#95E1EC

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

Shades of Blizzard Blue #95E1EC

Tints of Blizzard Blue #95E1EC

Color information

#95E1EC (or 0x95E1EC) is unknown color: approx Blizzard Blue. HEX triplet: 95, E1 and EC. RGB value is (149,225,236). Sum of RGB (Red+Green+Blue) = 149+225+236=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #95E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E1EC is #6A1E13. Grayscale: #CBCBCB. Windows color (decimal): -6954516 or 15524245. OLE color: 15524245.

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

Color convert

RGB149225236-
CMYK0.370.0500.07
HSL187.59º69.6%75.49%-
HSV(B)187.59º36.86%92.55%-
XYZ54.4666.389.28-
YUV203.53146.3289.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.43%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=24.43%
G=36.89%
B=38.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492252360.370.0500.07187.5969.675.49
Hex95E1EC25507bc464b
Octal22534135445507274106113
Binary10010101111000011110110010010110101111011110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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