Html Css Color HEX #96E4E2 Blizzard Blue

📋 copy color: '#96E4E2'

red 150 ◦ green 228 ◦ blue 226

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

Shades of Blizzard Blue #96E4E2

Tints of Blizzard Blue #96E4E2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.75%

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 24.83%
G = 37.75%
B = 37.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#96E4E2 (or 0x96E4E2) is known color: Blizzard Blue. HEX triplet: 96, E4 and E2. RGB value is (150,228,226). Sum of RGB (Red+Green+Blue) = 150+228+226=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4E2 is #691B1D. Grayscale: #CCCCCC. Windows color (decimal): -6888222 or 14869654. OLE color: 14869654.

HSL color Cylindrical-coordinate representation of color #96E4E2: hue angle of 178.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E4E2 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 226 -
CMYK 0.34 0 0.01 0.11
HSL 178.46º 0.59% 0.74% -
HSV(B) 178.46º 0.34% 0.89% -
XYZ 54.05 67.46 82.12 -
YUV 204.45 140.16 89.16 -
System Red Green Blue C M Y K H S L
Decimal 150 228 226 0.34 0 0.01 0.11 178.46 0.59 0.74
Hex 96 E4 E2 22 0 1 B B2 3B 4A
Octal 226 344 342 42 0 1 13 262 73 112
Binary 10010110 11100100 11100010 100010 0 1 1011 10110010 111011 1001010

Color Harmonies of #96E4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E4E2

Black with #96E4E2

Text Example


Text Example

White with #96E4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,228,226); }

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

background-color css

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

 a { background-color: rgb(150,228,226); }

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

border-color css

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

 span { border-color: rgb(150,228,226); }

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