Html Css Color HEX #AFB6C2 Echo Blue

📋 copy color: '#AFB6C2'

red 175 ◦ green 182 ◦ blue 194

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

Shades of Echo Blue #AFB6C2

Tints of Echo Blue #AFB6C2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.03%

 BLUE value IS 194 (76.17% from 255) = 35.21%

R = 31.76%
G = 33.03%
B = 35.21%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB6C2 (or 0xAFB6C2) is known color: Echo Blue. HEX triplet: AF, B6 and C2. RGB value is (175,182,194). Sum of RGB (Red+Green+Blue) = 175+182+194=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFB6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6C2 is #50493D. Grayscale: #B5B5B5. Windows color (decimal): -5261630 or 12760751. OLE color: 12760751.

HSL color Cylindrical-coordinate representation of color #AFB6C2: hue angle of 217.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB6C2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 182 194 -
CMYK 0.10 0.06 0 0.24
HSL 217.89º 0.13% 0.72% -
HSV(B) 217.89º 0.1% 0.76% -
XYZ 44.14 46.46 57.68 -
YUV 181.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 175 182 194 0.10 0.06 0 0.24 217.89 0.13 0.72
Hex AF B6 C2 A 6 0 18 DA D 48
Octal 257 266 302 12 6 0 30 332 15 110
Binary 10101111 10110110 11000010 1010 110 0 11000 11011010 1101 1001000

Color Harmonies of #AFB6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6C2

Black with #AFB6C2

Text Example


Text Example

White with #AFB6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6C2; }

 p { color: rgb(175,182,194); }

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

background-color css

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

 a { background-color: rgb(175,182,194); }

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

border-color css

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

 span { border-color: rgb(175,182,194); }

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