Html Css Color HEX #ABAFCC Echo Blue

📋 copy color: '#ABAFCC'

red 171 ◦ green 175 ◦ blue 204

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

Shades of Echo Blue #ABAFCC

Tints of Echo Blue #ABAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 31.09%
G = 31.82%
B = 37.09%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABAFCC (or 0xABAFCC) is known color: Echo Blue. HEX triplet: AB, AF and CC. RGB value is (171,175,204). Sum of RGB (Red+Green+Blue) = 171+175+204=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFCC is #545033. Grayscale: #B0B0B0. Windows color (decimal): -5525556 or 13414315. OLE color: 13414315.

HSL color Cylindrical-coordinate representation of color #ABAFCC: hue angle of 232.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAFCC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 175 204 -
CMYK 0.16 0.14 0 0.2
HSL 232.73º 0.24% 0.74% -
HSV(B) 232.73º 0.16% 0.8% -
XYZ 43.02 43.68 63.29 -
YUV 177.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 171 175 204 0.16 0.14 0 0.2 232.73 0.24 0.74
Hex AB AF CC 10 E 0 14 E9 18 4A
Octal 253 257 314 20 16 0 24 351 30 112
Binary 10101011 10101111 11001100 10000 1110 0 10100 11101001 11000 1001010

Color Harmonies of #ABAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFCC

Black with #ABAFCC

Text Example


Text Example

White with #ABAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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