#95EAEC

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

Shades of Blizzard Blue #95EAEC

Tints of Blizzard Blue #95EAEC

Color information

#95EAEC (or 0x95EAEC) is unknown color: approx Blizzard Blue. HEX triplet: 95, EA and EC. RGB value is (149,234,236). Sum of RGB (Red+Green+Blue) = 149+234+236=619 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.07% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #95EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAEC is #6A1513. Grayscale: #D0D0D0. Windows color (decimal): -6952212 or 15526549. OLE color: 15526549.

HSL color Cylindrical-coordinate representation of color #95EAEC: hue angle of 181.38º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EAEC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149234236-
CMYK0.370.0100.07
HSL181.38º69.6%75.49%-
HSV(B)181.38º36.86%92.55%-
XYZ56.9671.2990.12-
YUV208.81143.3485.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.07%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=24.07%
G=37.80%
B=38.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492342360.370.0100.07181.3869.675.49
Hex95EAEC25107b5464b
Octal22535235445107265106113
Binary100101011110101011101100100101101111011010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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