#95EEE8

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

Shades of Blizzard Blue #95EEE8

Tints of Blizzard Blue #95EEE8

Color information

#95EEE8 (or 0x95EEE8) is unknown color: approx Blizzard Blue. HEX triplet: 95, EE and E8. RGB value is (149,238,232). Sum of RGB (Red+Green+Blue) = 149+238+232=619 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.07% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EEE8 is #6A1117. Grayscale: #D2D2D2. Windows color (decimal): -6951192 or 15265429. OLE color: 15265429.

HSL color Cylindrical-coordinate representation of color #95EEE8: hue angle of 175.96º degrees, saturation: 0.72, 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 #95EEE8 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB149238232-
CMYK0.3700.030.07
HSL175.96º72.36%75.88%-
HSV(B)175.96º37.39%93.33%-
XYZ57.5373.3687.47-
YUV210.7140.0183.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.07%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 232 (91.02% from 255) = 37.48%
R=24.07%
G=38.45%
B=37.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492382320.3700.030.07175.9672.3675.88
Hex95EEE825037b0484c
Octal22535635045037260110114
Binary1001010111101110111010001001010111111011000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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