#96EAF3

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

Shades of Blizzard Blue #96EAF3

Tints of Blizzard Blue #96EAF3

Color information

#96EAF3 (or 0x96EAF3) is unknown color: approx Blizzard Blue. HEX triplet: 96, EA and F3. RGB value is (150,234,243). Sum of RGB (Red+Green+Blue) = 150+234+243=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #96EAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAF3 is #69150C. Grayscale: #D1D1D1. Windows color (decimal): -6886669 or 15985302. OLE color: 15985302.

HSL color Cylindrical-coordinate representation of color #96EAF3: hue angle of 185.81º degrees, saturation: 0.79, 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 #96EAF3 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150234243-
CMYK0.380.0400.05
HSL185.81º79.49%77.06%-
HSV(B)185.81º38.27%95.29%-
XYZ58.1871.895.59-
YUV209.91146.6785.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.92%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=23.92%
G=37.32%
B=38.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502342430.380.0400.05185.8179.4977.06
Hex96EAF326405ba4f4d
Octal22635236346405272117115
Binary10010110111010101111001110011010001011011101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,234,243); }

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

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

 a { background-color: rgb(150,234,243); }

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

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

 span { border-color: rgb(150,234,243); }

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