Html Css Color HEX #96E1E9 Blizzard Blue

📋 copy color: '#96E1E9'

red 150 ◦ green 225 ◦ blue 233

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

Shades of Blizzard Blue #96E1E9

Tints of Blizzard Blue #96E1E9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.01%

 BLUE value IS 233 (91.41% from 255) = 38.32%

R = 24.67%
G = 37.01%
B = 38.32%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#96E1E9 (or 0x96E1E9) is known color: Blizzard Blue. HEX triplet: 96, E1 and E9. RGB value is (150,225,233). Sum of RGB (Red+Green+Blue) = 150+225+233=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #96E1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E1E9 is #691E16. Grayscale: #CBCBCB. Windows color (decimal): -6888983 or 15327638. OLE color: 15327638.

HSL color Cylindrical-coordinate representation of color #96E1E9: hue angle of 185.78º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E1E9 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 225 233 -
CMYK 0.36 0.03 0 0.09
HSL 185.78º 0.65% 0.75% -
HSV(B) 185.78º 0.36% 0.91% -
XYZ 54.21 66.22 87.01 -
YUV 203.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 150 225 233 0.36 0.03 0 0.09 185.78 0.65 0.75
Hex 96 E1 E9 24 3 0 9 BA 41 4B
Octal 226 341 351 44 3 0 11 272 101 113
Binary 10010110 11100001 11101001 100100 11 0 1001 10111010 1000001 1001011

Color Harmonies of #96E1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E1E9

Black with #96E1E9

Text Example


Text Example

White with #96E1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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