Html Css Color HEX #96E9EC Blizzard Blue

📋 copy color: '#96E9EC'

red 150 ◦ green 233 ◦ blue 236

#96E9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #96E9EC

Tints of Blizzard Blue #96E9EC

RGB

 RED value IS 150 (58.98% from 255) = 24.23%

 GREEN value IS 233 (91.41% from 255) = 37.64%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 24.23%
G = 37.64%
B = 38.13%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96E9EC (or 0x96E9EC) is known color: Blizzard Blue. HEX triplet: 96, E9 and EC. RGB value is (150,233,236). Sum of RGB (Red+Green+Blue) = 150+233+236=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #96E9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E9EC is #691613. Grayscale: #D0D0D0. Windows color (decimal): -6886932 or 15526294. OLE color: 15526294.

HSL color Cylindrical-coordinate representation of color #96E9EC: hue angle of 182.09º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9EC is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 233 236 -
CMYK 0.36 0.01 0 0.07
HSL 182.09º 0.69% 0.76% -
HSV(B) 182.09º 0.36% 0.93% -
XYZ 56.86 70.82 90.03 -
YUV 208.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 150 233 236 0.36 0.01 0 0.07 182.09 0.69 0.76
Hex 96 E9 EC 24 1 0 7 B6 45 4C
Octal 226 351 354 44 1 0 7 266 105 114
Binary 10010110 11101001 11101100 100100 1 0 111 10110110 1000101 1001100

Color Harmonies of #96E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E9EC

Black with #96E9EC

Text Example


Text Example

White with #96E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,236); }

 H1.HeaderClassName
 {
   color: #96E9EC;
 }
 .AnyTagClassName
 {
   color: #96E9EC;
 }
</style>

background-color css

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

 a { background-color: rgb(150,233,236); }

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

border-color css

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

 span { border-color: rgb(150,233,236); }

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