Html Css Color HEX #AFB3C6 Echo Blue

📋 copy color: '#AFB3C6'

red 175 ◦ green 179 ◦ blue 198

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

Shades of Echo Blue #AFB3C6

Tints of Echo Blue #AFB3C6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.43%

 BLUE value IS 198 (77.73% from 255) = 35.87%

R = 31.7%
G = 32.43%
B = 35.87%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFB3C6 (or 0xAFB3C6) is known color: Echo Blue. HEX triplet: AF, B3 and C6. RGB value is (175,179,198). Sum of RGB (Red+Green+Blue) = 175+179+198=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFB3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3C6 is #504C39. Grayscale: #B3B3B3. Windows color (decimal): -5262394 or 13022127. OLE color: 13022127.

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

Color convert

RGB 175 179 198 -
CMYK 0.12 0.10 0 0.22
HSL 229.57º 0.17% 0.73% -
HSV(B) 229.57º 0.12% 0.78% -
XYZ 43.99 45.43 59.88 -
YUV 179.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 175 179 198 0.12 0.10 0 0.22 229.57 0.17 0.73
Hex AF B3 C6 C A 0 16 E6 11 49
Octal 257 263 306 14 12 0 26 346 21 111
Binary 10101111 10110011 11000110 1100 1010 0 10110 11100110 10001 1001001

Color Harmonies of #AFB3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3C6

Black with #AFB3C6

Text Example


Text Example

White with #AFB3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3C6; }

 p { color: rgb(175,179,198); }

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

background-color css

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

 a { background-color: rgb(175,179,198); }

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

border-color css

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

 span { border-color: rgb(175,179,198); }

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