#95E9EB

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

Shades of Blizzard Blue #95E9EB

Tints of Blizzard Blue #95E9EB

Color information

#95E9EB (or 0x95E9EB) is unknown color: approx Blizzard Blue. HEX triplet: 95, E9 and EB. RGB value is (149,233,235). Sum of RGB (Red+Green+Blue) = 149+233+235=617 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.15% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #95E9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E9EB is #6A1614. Grayscale: #D0D0D0. Windows color (decimal): -6952469 or 15460757. OLE color: 15460757.

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

Color convert

RGB149233235-
CMYK0.370.0100.08
HSL181.4º68.25%75.29%-
HSV(B)181.4º36.6%92.16%-
XYZ56.5370.6789.26-
YUV208.11143.1785.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.15%
GREEN value IS 233 (91.41% from 255) = 37.76%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=24.15%
G=37.76%
B=38.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492332350.370.0100.08181.468.2575.29
Hex95E9EB25108b5444b
Octal225351353451010265104113
Binary1001010111101001111010111001011010001011010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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