Html Css Color HEX #96ABDC Echo Blue

📋 copy color: '#96ABDC'

red 150 ◦ green 171 ◦ blue 220

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

Shades of Echo Blue #96ABDC

Tints of Echo Blue #96ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.61%

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

R = 27.73%
G = 31.61%
B = 40.67%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96ABDC (or 0x96ABDC) is known color: Echo Blue. HEX triplet: 96, AB and DC. RGB value is (150,171,220). Sum of RGB (Red+Green+Blue) = 150+171+220=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #96ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABDC is #695423. Grayscale: #AAAAAA. Windows color (decimal): -6902820 or 14461846. OLE color: 14461846.

HSL color Cylindrical-coordinate representation of color #96ABDC: hue angle of 222º 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 #96ABDC is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 171 220 -
CMYK 0.32 0.22 0 0.14
HSL 222º 0.5% 0.73% -
HSV(B) 222º 0.32% 0.86% -
XYZ 40.06 40.78 73.47 -
YUV 170.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 150 171 220 0.32 0.22 0 0.14 222 0.5 0.73
Hex 96 AB DC 20 16 0 E DE 32 49
Octal 226 253 334 40 26 0 16 336 62 111
Binary 10010110 10101011 11011100 100000 10110 0 1110 11011110 110010 1001001

Color Harmonies of #96ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABDC

Black with #96ABDC

Text Example


Text Example

White with #96ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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