#95E1EB

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

Shades of Blizzard Blue #95E1EB

Tints of Blizzard Blue #95E1EB

Color information

#95E1EB (or 0x95E1EB) is unknown color: approx Blizzard Blue. HEX triplet: 95, E1 and EB. RGB value is (149,225,235). Sum of RGB (Red+Green+Blue) = 149+225+235=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #95E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E1EB is #6A1E14. Grayscale: #CBCBCB. Windows color (decimal): -6954517 or 15458709. OLE color: 15458709.

HSL color Cylindrical-coordinate representation of color #95E1EB: hue angle of 186.98º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95E1EB is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149225235-
CMYK0.370.0400.08
HSL186.98º68.25%75.29%-
HSV(B)186.98º36.6%92.16%-
XYZ54.3266.2488.52-
YUV203.42145.8289.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.47%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=24.47%
G=36.95%
B=38.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492252350.370.0400.08186.9868.2575.29
Hex95E1EB25408bb444b
Octal225341353454010273104113
Binary100101011110000111101011100101100010001011101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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