#95ECFA

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

Shades of Blizzard Blue #95ECFA

Tints of Blizzard Blue #95ECFA

Color information

#95ECFA (or 0x95ECFA) is unknown color: approx Blizzard Blue. HEX triplet: 95, EC and FA. RGB value is (149,236,250). Sum of RGB (Red+Green+Blue) = 149+236+250=635 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.46% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #95ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95ECFA is #6A1305. Grayscale: #D3D3D3. Windows color (decimal): -6951686 or 16444565. OLE color: 16444565.

HSL color Cylindrical-coordinate representation of color #95ECFA: hue angle of 188.32º degrees, saturation: 0.91, 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 #95ECFA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149236250-
CMYK0.400.0600.02
HSL188.32º90.99%78.24%-
HSV(B)188.32º40.4%98.04%-
XYZ59.6573.28101.44-
YUV211.58149.6883.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.46%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=23.46%
G=37.17%
B=39.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492362500.400.0600.02188.3290.9978.24
Hex95ECFA28602bc5b4e
Octal22535437250602274133116
Binary1001010111101100111110101010001100101011110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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