Html Css Color HEX #96EEE5 Blizzard Blue

📋 copy color: '#96EEE5'

red 150 ◦ green 238 ◦ blue 229

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

Shades of Blizzard Blue #96EEE5

Tints of Blizzard Blue #96EEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.12%

R = 24.31%
G = 38.57%
B = 37.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#96EEE5 (or 0x96EEE5) is known color: Blizzard Blue. HEX triplet: 96, EE and E5. RGB value is (150,238,229). Sum of RGB (Red+Green+Blue) = 150+238+229=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEE5 is #69111A. Grayscale: #D2D2D2. Windows color (decimal): -6885659 or 15068822. OLE color: 15068822.

HSL color Cylindrical-coordinate representation of color #96EEE5: hue angle of 173.86º 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 #96EEE5 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 229 -
CMYK 0.37 0 0.04 0.07
HSL 173.86º 0.72% 0.76% -
HSV(B) 173.86º 0.37% 0.93% -
XYZ 57.3 73.29 85.26 -
YUV 210.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 150 238 229 0.37 0 0.04 0.07 173.86 0.72 0.76
Hex 96 EE E5 25 0 4 7 AE 48 4C
Octal 226 356 345 45 0 4 7 256 110 114
Binary 10010110 11101110 11100101 100101 0 100 111 10101110 1001000 1001100

Color Harmonies of #96EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEE5

Black with #96EEE5

Text Example


Text Example

White with #96EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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