#99E6EB

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

Shades of Blizzard Blue #99E6EB

Tints of Blizzard Blue #99E6EB

Color information

#99E6EB (or 0x99E6EB) is unknown color: approx Blizzard Blue. HEX triplet: 99, E6 and EB. RGB value is (153,230,235). Sum of RGB (Red+Green+Blue) = 153+230+235=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #99E6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E6EB is #661914. Grayscale: #CFCFCF. Windows color (decimal): -6691093 or 15459993. OLE color: 15459993.

HSL color Cylindrical-coordinate representation of color #99E6EB: hue angle of 183.66º 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 #99E6EB is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153230235-
CMYK0.350.0200.08
HSL183.66º67.21%76.08%-
HSV(B)183.66º34.89%92.16%-
XYZ56.4369.3689.01-
YUV207.55143.4989.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.76%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=24.76%
G=37.22%
B=38.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532302350.350.0200.08183.6667.2176.08
Hex99E6EB23208b8434c
Octal231346353432010270103114
Binary10011001111001101110101110001110010001011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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