#96EFFA

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

Shades of Blizzard Blue #96EFFA

Tints of Blizzard Blue #96EFFA

Color information

#96EFFA (or 0x96EFFA) is unknown color: approx Blizzard Blue. HEX triplet: 96, EF and FA. RGB value is (150,239,250). Sum of RGB (Red+Green+Blue) = 150+239+250=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #96EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EFFA is #691005. Grayscale: #D5D5D5. Windows color (decimal): -6885382 or 16445334. OLE color: 16445334.

HSL color Cylindrical-coordinate representation of color #96EFFA: hue angle of 186.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96EFFA is Cyan = 0.4, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150239250-
CMYK0.40.0400.02
HSL186.6º90.91%78.43%-
HSV(B)186.6º40%98.04%-
XYZ60.775.12101.74-
YUV213.64148.5182.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.47%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=23.47%
G=37.40%
B=39.12%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502392500.40.0400.02186.690.9178.43
Hex96EFFA28402bb5b4e
Octal22635737250402273133116
Binary1001011011101111111110101010001000101011101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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