Html Css Color HEX #AFB0CA Echo Blue

📋 copy color: '#AFB0CA'

red 175 ◦ green 176 ◦ blue 202

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

Shades of Echo Blue #AFB0CA

Tints of Echo Blue #AFB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

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

R = 31.65%
G = 31.83%
B = 36.53%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFB0CA (or 0xAFB0CA) is known color: Echo Blue. HEX triplet: AF, B0 and CA. RGB value is (175,176,202). Sum of RGB (Red+Green+Blue) = 175+176+202=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CA is #504F35. Grayscale: #B2B2B2. Windows color (decimal): -5263158 or 13283503. OLE color: 13283503.

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

Color convert

RGB 175 176 202 -
CMYK 0.13 0.13 0 0.21
HSL 237.78º 0.2% 0.74% -
HSV(B) 237.78º 0.13% 0.79% -
XYZ 43.87 44.43 62.14 -
YUV 178.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 175 176 202 0.13 0.13 0 0.21 237.78 0.2 0.74
Hex AF B0 CA D D 0 15 EE 14 4A
Octal 257 260 312 15 15 0 25 356 24 112
Binary 10101111 10110000 11001010 1101 1101 0 10101 11101110 10100 1001010

Color Harmonies of #AFB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0CA

Black with #AFB0CA

Text Example


Text Example

White with #AFB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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