Html Css Color HEX #ABB0D0 Echo Blue

📋 copy color: '#ABB0D0'

red 171 ◦ green 176 ◦ blue 208

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

Shades of Echo Blue #ABB0D0

Tints of Echo Blue #ABB0D0

RGB

 RED value IS 171 (67.19% from 255) = 30.81%

 GREEN value IS 176 (69.14% from 255) = 31.71%

 BLUE value IS 208 (81.64% from 255) = 37.48%

R = 30.81%
G = 31.71%
B = 37.48%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABB0D0 (or 0xABB0D0) is known color: Echo Blue. HEX triplet: AB, B0 and D0. RGB value is (171,176,208). Sum of RGB (Red+Green+Blue) = 171+176+208=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABB0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0D0 is #544F2F. Grayscale: #B2B2B2. Windows color (decimal): -5525296 or 13676715. OLE color: 13676715.

HSL color Cylindrical-coordinate representation of color #ABB0D0: hue angle of 231.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABB0D0 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 176 208 -
CMYK 0.18 0.15 0 0.18
HSL 231.89º 0.28% 0.74% -
HSV(B) 231.89º 0.18% 0.82% -
XYZ 43.71 44.26 65.91 -
YUV 178.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 171 176 208 0.18 0.15 0 0.18 231.89 0.28 0.74
Hex AB B0 D0 12 F 0 12 E8 1C 4A
Octal 253 260 320 22 17 0 22 350 34 112
Binary 10101011 10110000 11010000 10010 1111 0 10010 11101000 11100 1001010

Color Harmonies of #ABB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0D0

Black with #ABB0D0

Text Example


Text Example

White with #ABB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0D0; }

 p { color: rgb(171,176,208); }

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

background-color css

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

 a { background-color: rgb(171,176,208); }

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

border-color css

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

 span { border-color: rgb(171,176,208); }

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