Html Css Color HEX #AFB9C7 Echo Blue

📋 copy color: '#AFB9C7'

red 175 ◦ green 185 ◦ blue 199

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

Shades of Echo Blue #AFB9C7

Tints of Echo Blue #AFB9C7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 31.31%
G = 33.09%
B = 35.6%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFB9C7 (or 0xAFB9C7) is known color: Echo Blue. HEX triplet: AF, B9 and C7. RGB value is (175,185,199). Sum of RGB (Red+Green+Blue) = 175+185+199=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFB9C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9C7 is #504638. Grayscale: #B7B7B7. Windows color (decimal): -5260857 or 13089199. OLE color: 13089199.

HSL color Cylindrical-coordinate representation of color #AFB9C7: hue angle of 215º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB9C7 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 185 199 -
CMYK 0.12 0.07 0 0.22
HSL 215º 0.18% 0.73% -
HSV(B) 215º 0.12% 0.78% -
XYZ 45.34 47.94 60.9 -
YUV 183.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 175 185 199 0.12 0.07 0 0.22 215 0.18 0.73
Hex AF B9 C7 C 7 0 16 D7 12 49
Octal 257 271 307 14 7 0 26 327 22 111
Binary 10101111 10111001 11000111 1100 111 0 10110 11010111 10010 1001001

Color Harmonies of #AFB9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9C7

Black with #AFB9C7

Text Example


Text Example

White with #AFB9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9C7; }

 p { color: rgb(175,185,199); }

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

background-color css

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

 a { background-color: rgb(175,185,199); }

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

border-color css

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

 span { border-color: rgb(175,185,199); }

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