#95DFE9

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

Shades of Blizzard Blue #95DFE9

Tints of Blizzard Blue #95DFE9

Color information

#95DFE9 (or 0x95DFE9) is unknown color: approx Blizzard Blue. HEX triplet: 95, DF and E9. RGB value is (149,223,233). Sum of RGB (Red+Green+Blue) = 149+223+233=605 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.63% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #95DFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DFE9 is #6A2016. Grayscale: #C9C9C9. Windows color (decimal): -6955031 or 15327125. OLE color: 15327125.

HSL color Cylindrical-coordinate representation of color #95DFE9: hue angle of 187.14º 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 #95DFE9 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149223233-
CMYK0.360.0400.09
HSL187.14º65.62%74.9%-
HSV(B)187.14º36.05%91.37%-
XYZ53.4965.0586.83-
YUV202.01145.4890.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.63%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 233 (91.41% from 255) = 38.51%
R=24.63%
G=36.86%
B=38.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492232330.360.0400.09187.1465.6274.9
Hex95DFE924409bb424b
Octal225337351444011273102113
Binary100101011101111111101001100100100010011011101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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