Html Css Color HEX #96E0EB Blizzard Blue

📋 copy color: '#96E0EB'

red 150 ◦ green 224 ◦ blue 235

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

Shades of Blizzard Blue #96E0EB

Tints of Blizzard Blue #96E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.78%

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 24.63%
G = 36.78%
B = 38.59%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96E0EB (or 0x96E0EB) is known color: Blizzard Blue. HEX triplet: 96, E0 and EB. RGB value is (150,224,235). Sum of RGB (Red+Green+Blue) = 150+224+235=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #96E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E0EB is #691F14. Grayscale: #CBCBCB. Windows color (decimal): -6889237 or 15458454. OLE color: 15458454.

HSL color Cylindrical-coordinate representation of color #96E0EB: hue angle of 187.76º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E0EB is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 224 235 -
CMYK 0.36 0.05 0 0.08
HSL 187.76º 0.68% 0.75% -
HSV(B) 187.76º 0.36% 0.92% -
XYZ 54.23 65.79 88.44 -
YUV 203.13 145.98 90.11 -
System Red Green Blue C M Y K H S L
Decimal 150 224 235 0.36 0.05 0 0.08 187.76 0.68 0.75
Hex 96 E0 EB 24 5 0 8 BC 44 4B
Octal 226 340 353 44 5 0 10 274 104 113
Binary 10010110 11100000 11101011 100100 101 0 1000 10111100 1000100 1001011

Color Harmonies of #96E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E0EB

Black with #96E0EB

Text Example


Text Example

White with #96E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,235); }

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

background-color css

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

 a { background-color: rgb(150,224,235); }

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

border-color css

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

 span { border-color: rgb(150,224,235); }

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