#95EAE6

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

Shades of Blizzard Blue #95EAE6

Tints of Blizzard Blue #95EAE6

Color information

#95EAE6 (or 0x95EAE6) is unknown color: approx Blizzard Blue. HEX triplet: 95, EA and E6. RGB value is (149,234,230). Sum of RGB (Red+Green+Blue) = 149+234+230=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAE6 is #6A1519. Grayscale: #D0D0D0. Windows color (decimal): -6952218 or 15133333. OLE color: 15133333.

HSL color Cylindrical-coordinate representation of color #95EAE6: hue angle of 177.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAE6 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB149234230-
CMYK0.3600.020.08
HSL177.18º66.93%75.1%-
HSV(B)177.18º36.32%91.76%-
XYZ56.170.9585.6-
YUV208.13140.3485.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.31%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=24.31%
G=38.17%
B=37.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492342300.3600.020.08177.1866.9375.1
Hex95EAE624028b1434b
Octal225352346440210261103113
Binary10010101111010101110011010010001010001011000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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