#95EBE9

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

Shades of Blizzard Blue #95EBE9

Tints of Blizzard Blue #95EBE9

Color information

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

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

Color convert

RGB149235233-
CMYK0.3700.010.08
HSL178.6º68.25%75.29%-
HSV(B)178.6º36.6%92.16%-
XYZ56.8171.6987.93-
YUV209.06141.5185.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492352330.3700.010.08178.668.2575.29
Hex95EBE925018b3444b
Octal225353351450110263104113
Binary1001010111101011111010011001010110001011001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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