#95efec

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

Shades of Blizzard Blue #95EFEC

Tints of Blizzard Blue #95EFEC

Color information

#95EFEC (or 0x95EFEC) is unknown color: approx Blizzard Blue. HEX triplet: 95, EF and EC. RGB value is (149,239,236). Sum of RGB (Red+Green+Blue) = 149+239+236=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EFEC is #6A1013. Grayscale: #D3D3D3. Windows color (decimal): -6950932 or 15527829. OLE color: 15527829.

HSL color Cylindrical-coordinate representation of color #95EFEC: hue angle of 178º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFEC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB149239236-
CMYK0.3800.010.06
HSL178º73.77%76.08%-
HSV(B)178º37.66%93.73%-
XYZ58.474.1890.6-
YUV211.75141.6883.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.88%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=23.88%
G=38.30%
B=37.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492392360.3800.010.0617873.7776.08
Hex95EFEC26016b24a4c
Octal22535735446016262112114
Binary100101011110111111101100100110011101011001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95efec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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