#96EFF1

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

Shades of Blizzard Blue #96EFF1

Tints of Blizzard Blue #96EFF1

Color information

#96EFF1 (or 0x96EFF1) is unknown color: approx Blizzard Blue. HEX triplet: 96, EF and F1. RGB value is (150,239,241). Sum of RGB (Red+Green+Blue) = 150+239+241=630 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.81% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #96EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EFF1 is #69100E. Grayscale: #D4D4D4. Windows color (decimal): -6885391 or 15855510. OLE color: 15855510.

HSL color Cylindrical-coordinate representation of color #96EFF1: hue angle of 181.32º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96EFF1 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150239241-
CMYK0.380.0100.05
HSL181.32º76.47%76.67%-
HSV(B)181.32º37.76%94.51%-
XYZ59.3274.5794.49-
YUV212.62144.0183.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.81%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=23.81%
G=37.94%
B=38.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502392410.380.0100.05181.3276.4776.67
Hex96EFF126105b54c4d
Octal22635736146105265114115
Binary100101101110111111110001100110101011011010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,241); }

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

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

 a { background-color: rgb(150,239,241); }

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

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

 span { border-color: rgb(150,239,241); }

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