Html Css Color HEX #AFB8C7 Echo Blue

📋 copy color: '#AFB8C7'

red 175 ◦ green 184 ◦ blue 199

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

Shades of Echo Blue #AFB8C7

Tints of Echo Blue #AFB8C7

RGB

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

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

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

R = 31.36%
G = 32.97%
B = 35.66%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFB8C7 (or 0xAFB8C7) is known color: Echo Blue. HEX triplet: AF, B8 and C7. RGB value is (175,184,199). Sum of RGB (Red+Green+Blue) = 175+184+199=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFB8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8C7 is #504738. Grayscale: #B6B6B6. Windows color (decimal): -5261113 or 13088943. OLE color: 13088943.

HSL color Cylindrical-coordinate representation of color #AFB8C7: hue angle of 217.5º 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 #AFB8C7 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 184 199 -
CMYK 0.12 0.08 0 0.22
HSL 217.5º 0.18% 0.73% -
HSV(B) 217.5º 0.12% 0.78% -
XYZ 45.13 47.52 60.83 -
YUV 183.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 175 184 199 0.12 0.08 0 0.22 217.5 0.18 0.73
Hex AF B8 C7 C 8 0 16 DA 12 49
Octal 257 270 307 14 10 0 26 332 22 111
Binary 10101111 10111000 11000111 1100 1000 0 10110 11011010 10010 1001001

Color Harmonies of #AFB8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8C7

Black with #AFB8C7

Text Example


Text Example

White with #AFB8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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