Html Css Color HEX #AFB2C6 Echo Blue

📋 copy color: '#AFB2C6'

red 175 ◦ green 178 ◦ blue 198

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

Shades of Echo Blue #AFB2C6

Tints of Echo Blue #AFB2C6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.3%

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

R = 31.76%
G = 32.3%
B = 35.93%

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

#AFB2C6 (or 0xAFB2C6) is known color: Echo Blue. HEX triplet: AF, B2 and C6. RGB value is (175,178,198). Sum of RGB (Red+Green+Blue) = 175+178+198=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFB2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2C6 is #504D39. Grayscale: #B3B3B3. Windows color (decimal): -5262650 or 13021871. OLE color: 13021871.

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

Color convert

RGB 175 178 198 -
CMYK 0.12 0.10 0 0.22
HSL 232.17º 0.17% 0.73% -
HSV(B) 232.17º 0.12% 0.78% -
XYZ 43.79 45.03 59.81 -
YUV 179.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 175 178 198 0.12 0.10 0 0.22 232.17 0.17 0.73
Hex AF B2 C6 C A 0 16 E8 11 49
Octal 257 262 306 14 12 0 26 350 21 111
Binary 10101111 10110010 11000110 1100 1010 0 10110 11101000 10001 1001001

Color Harmonies of #AFB2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2C6

Black with #AFB2C6

Text Example


Text Example

White with #AFB2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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