#99E2EB

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

Shades of Blizzard Blue #99E2EB

Tints of Blizzard Blue #99E2EB

Color information

#99E2EB (or 0x99E2EB) is unknown color: approx Blizzard Blue. HEX triplet: 99, E2 and EB. RGB value is (153,226,235). Sum of RGB (Red+Green+Blue) = 153+226+235=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #99E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E2EB is #661D14. Grayscale: #CDCDCD. Windows color (decimal): -6692117 or 15458969. OLE color: 15458969.

HSL color Cylindrical-coordinate representation of color #99E2EB: hue angle of 186.59º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99E2EB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153226235-
CMYK0.350.0400.08
HSL186.59º67.21%76.08%-
HSV(B)186.59º34.89%92.16%-
XYZ55.3367.1688.64-
YUV205.2144.8290.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.92%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=24.92%
G=36.81%
B=38.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532262350.350.0400.08186.5967.2176.08
Hex99E2EB23408bb434c
Octal231342353434010273103114
Binary100110011110001011101011100011100010001011101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,226,235); }

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

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

 a { background-color: rgb(153,226,235); }

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

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

 span { border-color: rgb(153,226,235); }

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