#95EDE8

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

Shades of Blizzard Blue #95EDE8

Tints of Blizzard Blue #95EDE8

Color information

#95EDE8 (or 0x95EDE8) is unknown color: approx Blizzard Blue. HEX triplet: 95, ED and E8. RGB value is (149,237,232). Sum of RGB (Red+Green+Blue) = 149+237+232=618 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.11% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EDE8 is #6A1217. Grayscale: #D2D2D2. Windows color (decimal): -6951448 or 15265173. OLE color: 15265173.

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

Color convert

RGB149237232-
CMYK0.3700.020.07
HSL176.59º70.97%75.69%-
HSV(B)176.59º37.13%92.94%-
XYZ57.2472.7887.38-
YUV210.12140.3584.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.11%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=24.11%
G=38.35%
B=37.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492372320.3700.020.07176.5970.9775.69
Hex95EDE825027b1474c
Octal22535535045027261107114
Binary1001010111101101111010001001010101111011000110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,237,232); }

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

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

 a { background-color: rgb(149,237,232); }

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

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

 span { border-color: rgb(149,237,232); }

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