Html Css Color HEX #96AADC Echo Blue

📋 copy color: '#96AADC'

red 150 ◦ green 170 ◦ blue 220

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

Shades of Echo Blue #96AADC

Tints of Echo Blue #96AADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.48%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 27.78%
G = 31.48%
B = 40.74%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96AADC (or 0x96AADC) is known color: Echo Blue. HEX triplet: 96, AA and DC. RGB value is (150,170,220). Sum of RGB (Red+Green+Blue) = 150+170+220=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #96AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AADC is #695523. Grayscale: #A9A9A9. Windows color (decimal): -6903076 or 14461590. OLE color: 14461590.

HSL color Cylindrical-coordinate representation of color #96AADC: hue angle of 222.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96AADC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 170 220 -
CMYK 0.32 0.23 0 0.14
HSL 222.86º 0.5% 0.73% -
HSV(B) 222.86º 0.32% 0.86% -
XYZ 39.87 40.4 73.41 -
YUV 169.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 150 170 220 0.32 0.23 0 0.14 222.86 0.5 0.73
Hex 96 AA DC 20 17 0 E DF 32 49
Octal 226 252 334 40 27 0 16 337 62 111
Binary 10010110 10101010 11011100 100000 10111 0 1110 11011111 110010 1001001

Color Harmonies of #96AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AADC

Black with #96AADC

Text Example


Text Example

White with #96AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,220); }

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

background-color css

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

 a { background-color: rgb(150,170,220); }

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

border-color css

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

 span { border-color: rgb(150,170,220); }

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