Html Css Color HEX #96EEE7 Blizzard Blue

📋 copy color: '#96EEE7'

red 150 ◦ green 238 ◦ blue 231

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

Shades of Blizzard Blue #96EEE7

Tints of Blizzard Blue #96EEE7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 231 (90.63% from 255) = 37.32%

R = 24.23%
G = 38.45%
B = 37.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#96EEE7 (or 0x96EEE7) is known color: Blizzard Blue. HEX triplet: 96, EE and E7. RGB value is (150,238,231). Sum of RGB (Red+Green+Blue) = 150+238+231=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EEE7 is #691118. Grayscale: #D2D2D2. Windows color (decimal): -6885657 or 15199894. OLE color: 15199894.

HSL color Cylindrical-coordinate representation of color #96EEE7: hue angle of 175.23º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EEE7 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 231 -
CMYK 0.37 0 0.03 0.07
HSL 175.23º 0.72% 0.76% -
HSV(B) 175.23º 0.37% 0.93% -
XYZ 57.58 73.4 86.73 -
YUV 210.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 150 238 231 0.37 0 0.03 0.07 175.23 0.72 0.76
Hex 96 EE E7 25 0 3 7 AF 48 4C
Octal 226 356 347 45 0 3 7 257 110 114
Binary 10010110 11101110 11100111 100101 0 11 111 10101111 1001000 1001100

Color Harmonies of #96EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEE7

Black with #96EEE7

Text Example


Text Example

White with #96EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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