#99E8F3

Color #99E8F3 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #99E8F3

Tints of Blizzard Blue #99E8F3

Color information

#99E8F3 (or 0x99E8F3) is unknown color: approx Blizzard Blue. HEX triplet: 99, E8 and F3. RGB value is (153,232,243). Sum of RGB (Red+Green+Blue) = 153+232+243=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #99E8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E8F3 is #66170C. Grayscale: #D1D1D1. Windows color (decimal): -6690573 or 15984793. OLE color: 15984793.

HSL color Cylindrical-coordinate representation of color #99E8F3: hue angle of 187.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99E8F3 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153232243-
CMYK0.370.0500.05
HSL187.33º78.95%77.65%-
HSV(B)187.33º37.04%95.29%-
XYZ58.1770.9695.42-
YUV209.63146.8387.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.36%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=24.36%
G=36.94%
B=38.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532322430.370.0500.05187.3378.9577.65
Hex99E8F325505bb4f4e
Octal23135036345505273117116
Binary10011001111010001111001110010110101011011101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99E8F3;
 }
 .AnyTagClassName
 {
   color: #99E8F3;
 }
</style>
background-color css

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

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

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

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

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

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