Html Css Color HEX #96E6E4 Blizzard Blue

📋 copy color: '#96E6E4'

red 150 ◦ green 230 ◦ blue 228

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

Shades of Blizzard Blue #96E6E4

Tints of Blizzard Blue #96E6E4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.83%

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 24.67%
G = 37.83%
B = 37.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#96E6E4 (or 0x96E6E4) is known color: Blizzard Blue. HEX triplet: 96, E6 and E4. RGB value is (150,230,228). Sum of RGB (Red+Green+Blue) = 150+230+228=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #96E6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E6E4 is #69191B. Grayscale: #CDCDCD. Windows color (decimal): -6887708 or 15001238. OLE color: 15001238.

HSL color Cylindrical-coordinate representation of color #96E6E4: hue angle of 178.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E6E4 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 228 -
CMYK 0.35 0 0.01 0.10
HSL 178.5º 0.62% 0.75% -
HSV(B) 178.5º 0.35% 0.9% -
XYZ 54.88 68.68 83.76 -
YUV 205.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 150 230 228 0.35 0 0.01 0.10 178.5 0.62 0.75
Hex 96 E6 E4 23 0 1 A B2 3E 4B
Octal 226 346 344 43 0 1 12 262 76 113
Binary 10010110 11100110 11100100 100011 0 1 1010 10110010 111110 1001011

Color Harmonies of #96E6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E6E4

Black with #96E6E4

Text Example


Text Example

White with #96E6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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