#96EBE3

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

Shades of Blizzard Blue #96EBE3

Tints of Blizzard Blue #96EBE3

Color information

#96EBE3 (or 0x96EBE3) is unknown color: approx Blizzard Blue. HEX triplet: 96, EB and E3. RGB value is (150,235,227). Sum of RGB (Red+Green+Blue) = 150+235+227=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBE3 is #69141C. Grayscale: #D0D0D0. Windows color (decimal): -6886429 or 14936982. OLE color: 14936982.

HSL color Cylindrical-coordinate representation of color #96EBE3: hue angle of 174.35º 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 #96EBE3 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB150235227-
CMYK0.3600.030.08
HSL174.35º68%75.49%-
HSV(B)174.35º36.17%92.16%-
XYZ56.1571.4583.5-
YUV208.67138.3486.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.51%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=24.51%
G=38.40%
B=37.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502352270.3600.030.08174.356875.49
Hex96EBE324038ae444b
Octal226353343440310256104113
Binary10010110111010111110001110010001110001010111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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