Html Css Color HEX #AFB8CA Echo Blue

📋 copy color: '#AFB8CA'

red 175 ◦ green 184 ◦ blue 202

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

Shades of Echo Blue #AFB8CA

Tints of Echo Blue #AFB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.8%

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

R = 31.19%
G = 32.8%
B = 36.01%

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

#AFB8CA (or 0xAFB8CA) is known color: Echo Blue. HEX triplet: AF, B8 and CA. RGB value is (175,184,202). Sum of RGB (Red+Green+Blue) = 175+184+202=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8CA is #504735. Grayscale: #B7B7B7. Windows color (decimal): -5261110 or 13285551. OLE color: 13285551.

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

Color convert

RGB 175 184 202 -
CMYK 0.13 0.09 0 0.21
HSL 220º 0.2% 0.74% -
HSV(B) 220º 0.13% 0.79% -
XYZ 45.48 47.66 62.68 -
YUV 183.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 175 184 202 0.13 0.09 0 0.21 220 0.2 0.74
Hex AF B8 CA D 9 0 15 DC 14 4A
Octal 257 270 312 15 11 0 25 334 24 112
Binary 10101111 10111000 11001010 1101 1001 0 10101 11011100 10100 1001010

Color Harmonies of #AFB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8CA

Black with #AFB8CA

Text Example


Text Example

White with #AFB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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