Html Css Color HEX #AFB7CC Echo Blue

📋 copy color: '#AFB7CC'

red 175 ◦ green 183 ◦ blue 204

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

Shades of Echo Blue #AFB7CC

Tints of Echo Blue #AFB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.56%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 31.14%
G = 32.56%
B = 36.3%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFB7CC (or 0xAFB7CC) is known color: Echo Blue. HEX triplet: AF, B7 and CC. RGB value is (175,183,204). Sum of RGB (Red+Green+Blue) = 175+183+204=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7CC is #504833. Grayscale: #B6B6B6. Windows color (decimal): -5261364 or 13416367. OLE color: 13416367.

HSL color Cylindrical-coordinate representation of color #AFB7CC: hue angle of 223.45º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB7CC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 183 204 -
CMYK 0.14 0.10 0 0.2
HSL 223.45º 0.22% 0.74% -
HSV(B) 223.45º 0.14% 0.8% -
XYZ 45.51 47.34 63.87 -
YUV 183 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 175 183 204 0.14 0.10 0 0.2 223.45 0.22 0.74
Hex AF B7 CC E A 0 14 DF 16 4A
Octal 257 267 314 16 12 0 24 337 26 112
Binary 10101111 10110111 11001100 1110 1010 0 10100 11011111 10110 1001010

Color Harmonies of #AFB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7CC

Black with #AFB7CC

Text Example


Text Example

White with #AFB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7CC; }

 p { color: rgb(175,183,204); }

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

background-color css

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

 a { background-color: rgb(175,183,204); }

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

border-color css

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

 span { border-color: rgb(175,183,204); }

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