#99DFEB

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

Shades of Blizzard Blue #99DFEB

Tints of Blizzard Blue #99DFEB

Color information

#99DFEB (or 0x99DFEB) is unknown color: approx Blizzard Blue. HEX triplet: 99, DF and EB. RGB value is (153,223,235). Sum of RGB (Red+Green+Blue) = 153+223+235=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #99DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFEB is #662014. Grayscale: #CBCBCB. Windows color (decimal): -6692885 or 15458201. OLE color: 15458201.

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

Color convert

RGB153223235-
CMYK0.350.0500.08
HSL188.78º67.21%76.08%-
HSV(B)188.78º34.89%92.16%-
XYZ54.5265.5588.38-
YUV203.44145.8192.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.04%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=25.04%
G=36.50%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532232350.350.0500.08188.7867.2176.08
Hex99DFEB23508bd434c
Octal231337353435010275103114
Binary100110011101111111101011100011101010001011110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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