Html Css Color HEX #ABAFD0 Echo Blue

📋 copy color: '#ABAFD0'

red 171 ◦ green 175 ◦ blue 208

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

Shades of Echo Blue #ABAFD0

Tints of Echo Blue #ABAFD0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.59%

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

R = 30.87%
G = 31.59%
B = 37.55%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABAFD0 (or 0xABAFD0) is known color: Echo Blue. HEX triplet: AB, AF and D0. RGB value is (171,175,208). Sum of RGB (Red+Green+Blue) = 171+175+208=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFD0 is #54502F. Grayscale: #B1B1B1. Windows color (decimal): -5525552 or 13676459. OLE color: 13676459.

HSL color Cylindrical-coordinate representation of color #ABAFD0: hue angle of 233.51º 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 #ABAFD0 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 175 208 -
CMYK 0.18 0.16 0 0.18
HSL 233.51º 0.28% 0.74% -
HSV(B) 233.51º 0.18% 0.82% -
XYZ 43.51 43.87 65.85 -
YUV 177.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 171 175 208 0.18 0.16 0 0.18 233.51 0.28 0.74
Hex AB AF D0 12 10 0 12 EA 1C 4A
Octal 253 257 320 22 20 0 22 352 34 112
Binary 10101011 10101111 11010000 10010 10000 0 10010 11101010 11100 1001010

Color Harmonies of #ABAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFD0

Black with #ABAFD0

Text Example


Text Example

White with #ABAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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