#95ECFB

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

Shades of Blizzard Blue #95ECFB

Tints of Blizzard Blue #95ECFB

Color information

#95ECFB (or 0x95ECFB) is unknown color: approx Blizzard Blue. HEX triplet: 95, EC and FB. RGB value is (149,236,251). Sum of RGB (Red+Green+Blue) = 149+236+251=636 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.43% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #95ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95ECFB is #6A1304. Grayscale: #D3D3D3. Windows color (decimal): -6951685 or 16510101. OLE color: 16510101.

HSL color Cylindrical-coordinate representation of color #95ECFB: hue angle of 188.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95ECFB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149236251-
CMYK0.410.0600.02
HSL188.82º92.73%78.43%-
HSV(B)188.82º40.64%98.43%-
XYZ59.873.35102.27-
YUV211.7150.1883.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.43%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=23.43%
G=37.11%
B=39.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492362510.410.0600.02188.8292.7378.43
Hex95ECFB29602bd5d4e
Octal22535437351602275135116
Binary1001010111101100111110111010011100101011110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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