Html Css Color HEX #AFB6C3 Echo Blue

📋 copy color: '#AFB6C3'

red 175 ◦ green 182 ◦ blue 195

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

Shades of Echo Blue #AFB6C3

Tints of Echo Blue #AFB6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.33%

R = 31.7%
G = 32.97%
B = 35.33%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB6C3 (or 0xAFB6C3) is known color: Echo Blue. HEX triplet: AF, B6 and C3. RGB value is (175,182,195). Sum of RGB (Red+Green+Blue) = 175+182+195=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFB6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6C3 is #50493C. Grayscale: #B5B5B5. Windows color (decimal): -5261629 or 12826287. OLE color: 12826287.

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

Color convert

RGB 175 182 195 -
CMYK 0.10 0.07 0 0.24
HSL 219º 0.14% 0.73% -
HSV(B) 219º 0.1% 0.76% -
XYZ 44.26 46.51 58.27 -
YUV 181.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 175 182 195 0.10 0.07 0 0.24 219 0.14 0.73
Hex AF B6 C3 A 7 0 18 DB E 49
Octal 257 266 303 12 7 0 30 333 16 111
Binary 10101111 10110110 11000011 1010 111 0 11000 11011011 1110 1001001

Color Harmonies of #AFB6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6C3

Black with #AFB6C3

Text Example


Text Example

White with #AFB6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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