#96EBE1

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

Shades of Blizzard Blue #96EBE1

Tints of Blizzard Blue #96EBE1

Color information

#96EBE1 (or 0x96EBE1) is unknown color: approx Blizzard Blue. HEX triplet: 96, EB and E1. RGB value is (150,235,225). Sum of RGB (Red+Green+Blue) = 150+235+225=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBE1 is #69141E. Grayscale: #D0D0D0. Windows color (decimal): -6886431 or 14805910. OLE color: 14805910.

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

Color convert

RGB150235225-
CMYK0.3600.040.08
HSL172.94º68%75.49%-
HSV(B)172.94º36.17%92.16%-
XYZ55.8871.3482.06-
YUV208.44137.3486.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.59%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 225 (88.28% from 255) = 36.89%
R=24.59%
G=38.52%
B=36.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502352250.3600.040.08172.946875.49
Hex96EBE124048ad444b
Octal226353341440410255104113
Binary100101101110101111100001100100010010001010110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96EBE1; }

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

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

<style>
 a { background-color: #96EBE1; }

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

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

<style>
 span { border-color: #96EBE1; }

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

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