Html Css Color HEX #AFB0C9 Echo Blue

📋 copy color: '#AFB0C9'

red 175 ◦ green 176 ◦ blue 201

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

Shades of Echo Blue #AFB0C9

Tints of Echo Blue #AFB0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 31.7%
G = 31.88%
B = 36.41%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFB0C9 (or 0xAFB0C9) is known color: Echo Blue. HEX triplet: AF, B0 and C9. RGB value is (175,176,201). Sum of RGB (Red+Green+Blue) = 175+176+201=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFB0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0C9 is #504F36. Grayscale: #B2B2B2. Windows color (decimal): -5263159 or 13217967. OLE color: 13217967.

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

Color convert

RGB 175 176 201 -
CMYK 0.13 0.12 0 0.21
HSL 237.69º 0.19% 0.74% -
HSV(B) 237.69º 0.13% 0.79% -
XYZ 43.75 44.38 61.52 -
YUV 178.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 175 176 201 0.13 0.12 0 0.21 237.69 0.19 0.74
Hex AF B0 C9 D C 0 15 EE 13 4A
Octal 257 260 311 15 14 0 25 356 23 112
Binary 10101111 10110000 11001001 1101 1100 0 10101 11101110 10011 1001010

Color Harmonies of #AFB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0C9

Black with #AFB0C9

Text Example


Text Example

White with #AFB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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