#99E3EB

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

Shades of Blizzard Blue #99E3EB

Tints of Blizzard Blue #99E3EB

Color information

#99E3EB (or 0x99E3EB) is unknown color: approx Blizzard Blue. HEX triplet: 99, E3 and EB. RGB value is (153,227,235). Sum of RGB (Red+Green+Blue) = 153+227+235=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #99E3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E3EB is #661C14. Grayscale: #CDCDCD. Windows color (decimal): -6691861 or 15459225. OLE color: 15459225.

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

Color convert

RGB153227235-
CMYK0.350.0300.08
HSL185.85º67.21%76.08%-
HSV(B)185.85º34.89%92.16%-
XYZ55.667.7188.74-
YUV205.79144.4890.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.88%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=24.88%
G=36.91%
B=38.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532272350.350.0300.08185.8567.2176.08
Hex99E3EB23308ba434c
Octal231343353433010272103114
Binary10011001111000111110101110001111010001011101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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