Html Css Color HEX #AFB6CA Echo Blue

📋 copy color: '#AFB6CA'

red 175 ◦ green 182 ◦ blue 202

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

Shades of Echo Blue #AFB6CA

Tints of Echo Blue #AFB6CA

RGB

 RED value IS 175 (68.75% from 255) = 31.31%

 GREEN value IS 182 (71.48% from 255) = 32.56%

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 31.31%
G = 32.56%
B = 36.14%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFB6CA (or 0xAFB6CA) is known color: Echo Blue. HEX triplet: AF, B6 and CA. RGB value is (175,182,202). Sum of RGB (Red+Green+Blue) = 175+182+202=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6CA is #504935. Grayscale: #B6B6B6. Windows color (decimal): -5261622 or 13285039. OLE color: 13285039.

HSL color Cylindrical-coordinate representation of color #AFB6CA: hue angle of 224.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB6CA is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 182 202 -
CMYK 0.13 0.10 0 0.21
HSL 224.44º 0.2% 0.74% -
HSV(B) 224.44º 0.13% 0.79% -
XYZ 45.07 46.83 62.54 -
YUV 182.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 175 182 202 0.13 0.10 0 0.21 224.44 0.2 0.74
Hex AF B6 CA D A 0 15 E0 14 4A
Octal 257 266 312 15 12 0 25 340 24 112
Binary 10101111 10110110 11001010 1101 1010 0 10101 11100000 10100 1001010

Color Harmonies of #AFB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6CA

Black with #AFB6CA

Text Example


Text Example

White with #AFB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6CA; }

 p { color: rgb(175,182,202); }

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

background-color css

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

 a { background-color: rgb(175,182,202); }

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

border-color css

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

 span { border-color: rgb(175,182,202); }

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