Html Css Color HEX #99EEE8 Blizzard Blue

📋 copy color: '#99EEE8'

red 153 ◦ green 238 ◦ blue 232

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

Shades of Blizzard Blue #99EEE8

Tints of Blizzard Blue #99EEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.2%

 BLUE value IS 232 (91.02% from 255) = 37.24%

R = 24.56%
G = 38.2%
B = 37.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#99EEE8 (or 0x99EEE8) is known color: Blizzard Blue. HEX triplet: 99, EE and E8. RGB value is (153,238,232). Sum of RGB (Red+Green+Blue) = 153+238+232=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EEE8 is #661117. Grayscale: #D3D3D3. Windows color (decimal): -6689048 or 15265433. OLE color: 15265433.

HSL color Cylindrical-coordinate representation of color #99EEE8: hue angle of 175.76º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEE8 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 238 232 -
CMYK 0.36 0 0.03 0.07
HSL 175.76º 0.71% 0.77% -
HSV(B) 175.76º 0.36% 0.93% -
XYZ 58.28 73.75 87.51 -
YUV 211.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 153 238 232 0.36 0 0.03 0.07 175.76 0.71 0.77
Hex 99 EE E8 24 0 3 7 B0 47 4D
Octal 231 356 350 44 0 3 7 260 107 115
Binary 10011001 11101110 11101000 100100 0 11 111 10110000 1000111 1001101

Color Harmonies of #99EEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEE8

Black with #99EEE8

Text Example


Text Example

White with #99EEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,238,232); }

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

background-color css

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

 a { background-color: rgb(153,238,232); }

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

border-color css

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

 span { border-color: rgb(153,238,232); }

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