Html Css Color HEX #AFB5CA Echo Blue

📋 copy color: '#AFB5CA'

red 175 ◦ green 181 ◦ blue 202

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

Shades of Echo Blue #AFB5CA

Tints of Echo Blue #AFB5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.44%

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

R = 31.36%
G = 32.44%
B = 36.2%

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

#AFB5CA (or 0xAFB5CA) is known color: Echo Blue. HEX triplet: AF, B5 and CA. RGB value is (175,181,202). Sum of RGB (Red+Green+Blue) = 175+181+202=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5CA is #504A35. Grayscale: #B5B5B5. Windows color (decimal): -5261878 or 13284783. OLE color: 13284783.

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

Color convert

RGB 175 181 202 -
CMYK 0.13 0.10 0 0.21
HSL 226.67º 0.2% 0.74% -
HSV(B) 226.67º 0.13% 0.79% -
XYZ 44.86 46.43 62.47 -
YUV 181.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 175 181 202 0.13 0.10 0 0.21 226.67 0.2 0.74
Hex AF B5 CA D A 0 15 E3 14 4A
Octal 257 265 312 15 12 0 25 343 24 112
Binary 10101111 10110101 11001010 1101 1010 0 10101 11100011 10100 1001010

Color Harmonies of #AFB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5CA

Black with #AFB5CA

Text Example


Text Example

White with #AFB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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