Html Css Color HEX #AFB2C2 Echo Blue

📋 copy color: '#AFB2C2'

red 175 ◦ green 178 ◦ blue 194

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

Shades of Echo Blue #AFB2C2

Tints of Echo Blue #AFB2C2

RGB

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

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

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

R = 31.99%
G = 32.54%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB2C2 (or 0xAFB2C2) is known color: Echo Blue. HEX triplet: AF, B2 and C2. RGB value is (175,178,194). Sum of RGB (Red+Green+Blue) = 175+178+194=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFB2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2C2 is #504D3D. Grayscale: #B2B2B2. Windows color (decimal): -5262654 or 12759727. OLE color: 12759727.

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

Color convert

RGB 175 178 194 -
CMYK 0.10 0.08 0 0.24
HSL 230.53º 0.13% 0.72% -
HSV(B) 230.53º 0.1% 0.76% -
XYZ 43.34 44.85 57.41 -
YUV 178.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 175 178 194 0.10 0.08 0 0.24 230.53 0.13 0.72
Hex AF B2 C2 A 8 0 18 E7 D 48
Octal 257 262 302 12 10 0 30 347 15 110
Binary 10101111 10110010 11000010 1010 1000 0 11000 11100111 1101 1001000

Color Harmonies of #AFB2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2C2

Black with #AFB2C2

Text Example


Text Example

White with #AFB2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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