#95E5EF

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

Shades of Blizzard Blue #95E5EF

Tints of Blizzard Blue #95E5EF

Color information

#95E5EF (or 0x95E5EF) is unknown color: approx Blizzard Blue. HEX triplet: 95, E5 and EF. RGB value is (149,229,239). Sum of RGB (Red+Green+Blue) = 149+229+239=617 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.15% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #95E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E5EF is #6A1A10. Grayscale: #CECECE. Windows color (decimal): -6953489 or 15721877. OLE color: 15721877.

HSL color Cylindrical-coordinate representation of color #95E5EF: hue angle of 186.67º 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 #95E5EF is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149229239-
CMYK0.380.0400.06
HSL186.67º73.77%76.08%-
HSV(B)186.67º37.66%93.73%-
XYZ55.9968.6691.96-
YUV206.22146.587.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.15%
GREEN value IS 229 (89.84% from 255) = 37.12%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=24.15%
G=37.12%
B=38.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492292390.380.0400.06186.6773.7776.08
Hex95E5EF26406bb4a4c
Octal22534535746406273112114
Binary10010101111001011110111110011010001101011101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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