#96EBF3

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

Shades of Blizzard Blue #96EBF3

Tints of Blizzard Blue #96EBF3

Color information

#96EBF3 (or 0x96EBF3) is unknown color: approx Blizzard Blue. HEX triplet: 96, EB and F3. RGB value is (150,235,243). Sum of RGB (Red+Green+Blue) = 150+235+243=628 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.89% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #96EBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EBF3 is #69140C. Grayscale: #D2D2D2. Windows color (decimal): -6886413 or 15985558. OLE color: 15985558.

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

Color convert

RGB150235243-
CMYK0.380.0300.05
HSL185.16º79.49%77.06%-
HSV(B)185.16º38.27%95.29%-
XYZ58.4672.3795.68-
YUV210.5146.3484.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.89%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=23.89%
G=37.42%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502352430.380.0300.05185.1679.4977.06
Hex96EBF326305b94f4d
Octal22635336346305271117115
Binary1001011011101011111100111001101101011011100110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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