Html Css Color HEX #AFB7CA Echo Blue

📋 copy color: '#AFB7CA'

red 175 ◦ green 183 ◦ blue 202

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

Shades of Echo Blue #AFB7CA

Tints of Echo Blue #AFB7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.68%

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

R = 31.25%
G = 32.68%
B = 36.07%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFB7CA (or 0xAFB7CA) is known color: Echo Blue. HEX triplet: AF, B7 and CA. RGB value is (175,183,202). Sum of RGB (Red+Green+Blue) = 175+183+202=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7CA is #504835. Grayscale: #B6B6B6. Windows color (decimal): -5261366 or 13285295. OLE color: 13285295.

HSL color Cylindrical-coordinate representation of color #AFB7CA: hue angle of 222.22º 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 #AFB7CA is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 183 202 -
CMYK 0.13 0.09 0 0.21
HSL 222.22º 0.2% 0.74% -
HSV(B) 222.22º 0.13% 0.79% -
XYZ 45.27 47.25 62.61 -
YUV 182.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 175 183 202 0.13 0.09 0 0.21 222.22 0.2 0.74
Hex AF B7 CA D 9 0 15 DE 14 4A
Octal 257 267 312 15 11 0 25 336 24 112
Binary 10101111 10110111 11001010 1101 1001 0 10101 11011110 10100 1001010

Color Harmonies of #AFB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7CA

Black with #AFB7CA

Text Example


Text Example

White with #AFB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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