#99EBFB

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

Shades of Blizzard Blue #99EBFB

Tints of Blizzard Blue #99EBFB

Color information

#99EBFB (or 0x99EBFB) is unknown color: approx Blizzard Blue. HEX triplet: 99, EB and FB. RGB value is (153,235,251). Sum of RGB (Red+Green+Blue) = 153+235+251=639 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.94% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #99EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBFB is #661404. Grayscale: #D4D4D4. Windows color (decimal): -6689797 or 16509849. OLE color: 16509849.

HSL color Cylindrical-coordinate representation of color #99EBFB: hue angle of 189.8º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99EBFB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153235251-
CMYK0.390.0600.02
HSL189.8º92.45%79.22%-
HSV(B)189.8º39.04%98.43%-
XYZ60.2673.15102.21-
YUV212.31149.8385.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.94%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=23.94%
G=36.78%
B=39.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532352510.390.0600.02189.892.4579.22
Hex99EBFB27602be5c4f
Octal23135337347602276134117
Binary1001100111101011111110111001111100101011111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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