COLOR #99E0FF

HEX: #99E0FF
RGB: (153,224,255)

Color info

#99E0FF contains mainly green and blue colors. Web safe color of #99E0FF is #99CCFF (or #9CF).

RGB color model

#99E0FF color RGB value is (153,224,255).

  • red value is 153;
  • green value is 224;
  • blue value is 255.
RGB: (153,224,255) (60%,88%,100%)

RGB channels and saturation

R 153 of 255 = 60%
G 224 of 255 = 88%
B 255 of 255 = 100%

153
224
255

R + G + B ~ 83%. #99E0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 224 + 255 = 632 (100%)
R 153 of 632 ~ 24.21%
G 224 of 632 ~ 35.44%
B 255 of 632 ~ 40.35%

%24.21
%35.44
%40.35

CMYK color model

#99E0FF color CMYK value is (40,12,0,0).

  • cyan value is 40.00%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (40,12,0,0) C40M12Y0K0 (40%,12%,0%,0%) (0.40/0.12/0.00/0.00)

CMYK percentages

%40
%12.16
%0
%0

Codes

Color #99E0FF in popluar color models

99E0FF
RGB153224255
HSL198°100.00%80.00%
HSB/HSV198°40.00%100.00%
CMYK40.00%12.16%0.00%
0.00%

Color #99E0FF in popluar number systems.

HEX99E0FF
Decimal153224255
Binary100110011110000011111111
Octal231340377

Shades and tints

Shades of #99E0FF

#99E0FF
(153,224,255)
#8CCCE8
(140,204,232)
#7FB8D1
(127,184,209)
#72A4BA
(114,164,186)
#6590A3
(101,144,163)
#587C8C
(88,124,140)
#4B6875
(75,104,117)
#3E545E
(62,84,94)
#314047
(49,64,71)
#242C30
(36,44,48)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #99E0FF

#99E0FF
(153,224,255)
#A2E2FF
(162,226,255)
#ABE4FF
(171,228,255)
#B4E6FF
(180,230,255)
#BDE8FF
(189,232,255)
#C6EAFF
(198,234,255)
#CFECFF
(207,236,255)
#D8EEFF
(216,238,255)
#E1F0FF
(225,240,255)
#EAF2FF
(234,242,255)
#F3F4FF
(243,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E0FF color. Also use rgb(153,224,255) instead hex code.

Text Font Color

.myTextColor { color: #99E0FF; }

<p style="color:#99E0FF">This sample text font color is #99E0FF.</p>

This text font color is #99E0FF.


Background Color

.myBgColor { background-color: #99E0FF; }

<div style="background-color:#99E0FF">Inner text</div>

This div background color is #99E0FF.


Border color

.myBorderColor { border: 1px solid #99E0FF; }

<div style="border:3px solid #99E0FF">Div</div>

This div border color is #99E0FF.


Opacity

.myOpacity80 { color: #99E0FF; opacity: 0.8; }

<p style="color:#99E0FF;opacity:0.8;">80%</p>

Text with #99E0FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #99E0FF;}

<p style="text-shadow: 3px 3px 1px #99E0FF">Text here.</p>

This text has shadow with #99E0FF color.

.textShadow {text-shadow: 3px 3px 1px #99E0FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #99E0FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #99E0FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99E0FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#99E0FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #99E0FF and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #99E0FF; -webkit-box-shadow:	1px 1px 3px 2px #99E0FF; box-shadow:	1px 1px 3px 2px #99E0FF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #99E0FF; -webkit-box-shadow: 1px 1px 3px 2px #99E0FF; box-shadow:1px 1px 3px 2px #99E0FF;">
Div content here</div>
This div box has shadow with color #99E0FF.

Preview

Color preview on black background

This text has color #99E0FF on black background.


Color preview on white background

This text has color #99E0FF on white background.



Black color preview on #99E0FF background

This text has black color on #99E0FF background.


White color preview on #99E0FF background

This text has white color on #99E0FF background.