#99EBEF

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

Shades of Blizzard Blue #99EBEF

Tints of Blizzard Blue #99EBEF

Color information

#99EBEF (or 0x99EBEF) is unknown color: approx Blizzard Blue. HEX triplet: 99, EB and EF. RGB value is (153,235,239). Sum of RGB (Red+Green+Blue) = 153+235+239=627 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.40% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #99EBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBEF is #661410. Grayscale: #D2D2D2. Windows color (decimal): -6689809 or 15723417. OLE color: 15723417.

HSL color Cylindrical-coordinate representation of color #99EBEF: hue angle of 182.79º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EBEF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153235239-
CMYK0.360.0200.06
HSL182.79º72.88%76.86%-
HSV(B)182.79º35.98%93.73%-
XYZ58.4372.4292.56-
YUV210.94143.8386.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.40%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=24.40%
G=37.48%
B=38.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532352390.360.0200.06182.7972.8876.86
Hex99EBEF24206b7494d
Octal23135335744206267111115
Binary1001100111101011111011111001001001101011011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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