#95E8E6

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

Shades of Blizzard Blue #95E8E6

Tints of Blizzard Blue #95E8E6

Color information

#95E8E6 (or 0x95E8E6) is unknown color: approx Blizzard Blue. HEX triplet: 95, E8 and E6. RGB value is (149,232,230). Sum of RGB (Red+Green+Blue) = 149+232+230=611 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.39% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8E6 is #6A1719. Grayscale: #CECECE. Windows color (decimal): -6952730 or 15132821. OLE color: 15132821.

HSL color Cylindrical-coordinate representation of color #95E8E6: hue angle of 178.55º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8E6 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB149232230-
CMYK0.3600.010.09
HSL178.55º64.34%74.71%-
HSV(B)178.55º35.78%90.98%-
XYZ55.5369.8285.41-
YUV206.9614186.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.39%
GREEN value IS 232 (91.02% from 255) = 37.97%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=24.39%
G=37.97%
B=37.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492322300.3600.010.09178.5564.3474.71
Hex95E8E624019b3404b
Octal225350346440111263100113
Binary1001010111101000111001101001000110011011001110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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