#95ECF9

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

Shades of Blizzard Blue #95ECF9

Tints of Blizzard Blue #95ECF9

Color information

#95ECF9 (or 0x95ECF9) is unknown color: approx Blizzard Blue. HEX triplet: 95, EC and F9. RGB value is (149,236,249). Sum of RGB (Red+Green+Blue) = 149+236+249=634 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.50% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #95ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95ECF9 is #6A1306. Grayscale: #D3D3D3. Windows color (decimal): -6951687 or 16379029. OLE color: 16379029.

HSL color Cylindrical-coordinate representation of color #95ECF9: hue angle of 187.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95ECF9 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149236249-
CMYK0.400.0500.02
HSL187.8º89.29%78.04%-
HSV(B)187.8º40.16%97.65%-
XYZ59.4973.22100.62-
YUV211.47149.1883.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.50%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=23.50%
G=37.22%
B=39.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492362490.400.0500.02187.889.2978.04
Hex95ECF928502bc594e
Octal22535437150502274131116
Binary1001010111101100111110011010001010101011110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,236,249); }

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

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

 a { background-color: rgb(149,236,249); }

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

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

 span { border-color: rgb(149,236,249); }

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