Html Css Color HEX #96E7EC Blizzard Blue

📋 copy color: '#96E7EC'

red 150 ◦ green 231 ◦ blue 236

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

Shades of Blizzard Blue #96E7EC

Tints of Blizzard Blue #96E7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.44%

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

R = 24.31%
G = 37.44%
B = 38.25%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96E7EC (or 0x96E7EC) is known color: Blizzard Blue. HEX triplet: 96, E7 and EC. RGB value is (150,231,236). Sum of RGB (Red+Green+Blue) = 150+231+236=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #96E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E7EC is #691813. Grayscale: #CFCFCF. Windows color (decimal): -6887444 or 15525782. OLE color: 15525782.

HSL color Cylindrical-coordinate representation of color #96E7EC: hue angle of 183.49º 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 #96E7EC is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 231 236 -
CMYK 0.36 0.02 0 0.07
HSL 183.49º 0.69% 0.76% -
HSV(B) 183.49º 0.36% 0.93% -
XYZ 56.29 69.69 89.84 -
YUV 207.35 144.16 87.09 -
System Red Green Blue C M Y K H S L
Decimal 150 231 236 0.36 0.02 0 0.07 183.49 0.69 0.76
Hex 96 E7 EC 24 2 0 7 B7 45 4C
Octal 226 347 354 44 2 0 7 267 105 114
Binary 10010110 11100111 11101100 100100 10 0 111 10110111 1000101 1001100

Color Harmonies of #96E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E7EC

Black with #96E7EC

Text Example


Text Example

White with #96E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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