#95DEF0

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

Shades of Blizzard Blue #95DEF0

Tints of Blizzard Blue #95DEF0

Color information

#95DEF0 (or 0x95DEF0) is unknown color: approx Blizzard Blue. HEX triplet: 95, DE and F0. RGB value is (149,222,240). Sum of RGB (Red+Green+Blue) = 149+222+240=611 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.39% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #95DEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DEF0 is #6A210F. Grayscale: #CACACA. Windows color (decimal): -6955280 or 15785621. OLE color: 15785621.

HSL color Cylindrical-coordinate representation of color #95DEF0: hue angle of 191.87º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95DEF0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149222240-
CMYK0.380.0800.06
HSL191.87º75.21%76.27%-
HSV(B)191.87º37.92%94.12%-
XYZ54.2464.9292.11-
YUV202.22149.3290.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.39%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=24.39%
G=36.33%
B=39.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492222400.380.0800.06191.8775.2176.27
Hex95DEF026806c04b4c
Octal225336360461006300113114
Binary100101011101111011110000100110100001101100000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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