Html Css Color HEX #99E1EF Blizzard Blue

📋 copy color: '#99E1EF'

red 153 ◦ green 225 ◦ blue 239

#99E1EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #99E1EF

Tints of Blizzard Blue #99E1EF

RGB

 RED value IS 153 (60.16% from 255) = 24.8%

 GREEN value IS 225 (88.28% from 255) = 36.47%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 24.8%
G = 36.47%
B = 38.74%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#99E1EF (or 0x99E1EF) is known color: Blizzard Blue. HEX triplet: 99, E1 and EF. RGB value is (153,225,239). Sum of RGB (Red+Green+Blue) = 153+225+239=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #99E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E1EF is #661E10. Grayscale: #CCCCCC. Windows color (decimal): -6692369 or 15720857. OLE color: 15720857.

HSL color Cylindrical-coordinate representation of color #99E1EF: hue angle of 189.77º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99E1EF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 225 239 -
CMYK 0.36 0.06 0 0.06
HSL 189.77º 0.73% 0.77% -
HSV(B) 189.77º 0.36% 0.94% -
XYZ 55.64 66.85 91.63 -
YUV 205.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 153 225 239 0.36 0.06 0 0.06 189.77 0.73 0.77
Hex 99 E1 EF 24 6 0 6 BE 49 4D
Octal 231 341 357 44 6 0 6 276 111 115
Binary 10011001 11100001 11101111 100100 110 0 110 10111110 1001001 1001101

Color Harmonies of #99E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E1EF

Black with #99E1EF

Text Example


Text Example

White with #99E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99E1EF; }

 p { color: rgb(153,225,239); }

 H1.HeaderClassName
 {
   color: #99E1EF;
 }
 .AnyTagClassName
 {
   color: #99E1EF;
 }
</style>

background-color css

<style>
 a { background-color: #99E1EF; }

 a { background-color: rgb(153,225,239); }

 div.DivClassName
 {
   background-color: #99E1EF;
 }
 .BgClassName
 {
   background-color: #99E1EF;
 }
</style>

border-color css

<style>
 span { border-color: #99E1EF; }

 span { border-color: rgb(153,225,239); }

 td.TdClassName
 {
   border-color: #99E1EF;
 }
 .TagClassName
 {
   border-color: #99E1EF;
 }
</style>