Html Css Color HEX #96EDE5 Blizzard Blue

📋 copy color: '#96EDE5'

red 150 ◦ green 237 ◦ blue 229

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

Shades of Blizzard Blue #96EDE5

Tints of Blizzard Blue #96EDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

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

R = 24.35%
G = 38.47%
B = 37.18%

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

#96EDE5 (or 0x96EDE5) is known color: Blizzard Blue. HEX triplet: 96, ED and E5. RGB value is (150,237,229). Sum of RGB (Red+Green+Blue) = 150+237+229=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDE5 is #69121A. Grayscale: #D2D2D2. Windows color (decimal): -6885915 or 15068566. OLE color: 15068566.

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

Color convert

RGB 150 237 229 -
CMYK 0.37 0 0.03 0.07
HSL 174.48º 0.71% 0.76% -
HSV(B) 174.48º 0.37% 0.93% -
XYZ 57 72.71 85.16 -
YUV 210.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 150 237 229 0.37 0 0.03 0.07 174.48 0.71 0.76
Hex 96 ED E5 25 0 3 7 AE 47 4C
Octal 226 355 345 45 0 3 7 256 107 114
Binary 10010110 11101101 11100101 100101 0 11 111 10101110 1000111 1001100

Color Harmonies of #96EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDE5

Black with #96EDE5

Text Example


Text Example

White with #96EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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