#95DEE9

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

Shades of Blizzard Blue #95DEE9

Tints of Blizzard Blue #95DEE9

Color information

#95DEE9 (or 0x95DEE9) is unknown color: approx Blizzard Blue. HEX triplet: 95, DE and E9. RGB value is (149,222,233). Sum of RGB (Red+Green+Blue) = 149+222+233=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #95DEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DEE9 is #6A2116. Grayscale: #C9C9C9. Windows color (decimal): -6955287 or 15326869. OLE color: 15326869.

HSL color Cylindrical-coordinate representation of color #95DEE9: hue angle of 187.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95DEE9 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149222233-
CMYK0.360.0500.09
HSL187.86º65.62%74.9%-
HSV(B)187.86º36.05%91.37%-
XYZ53.2264.5286.74-
YUV201.43145.8290.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.67%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=24.67%
G=36.75%
B=38.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492222330.360.0500.09187.8665.6274.9
Hex95DEE924509bc424b
Octal225336351445011274102113
Binary100101011101111011101001100100101010011011110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DEE9; }

 p { color: rgb(149,222,233); }

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

<style>
 a { background-color: #95DEE9; }

 a { background-color: rgb(149,222,233); }

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

<style>
 span { border-color: #95DEE9; }

 span { border-color: rgb(149,222,233); }

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