Html Css Color HEX #AFB6CB Echo Blue

📋 copy color: '#AFB6CB'

red 175 ◦ green 182 ◦ blue 203

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

Shades of Echo Blue #AFB6CB

Tints of Echo Blue #AFB6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 31.25%
G = 32.5%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFB6CB (or 0xAFB6CB) is known color: Echo Blue. HEX triplet: AF, B6 and CB. RGB value is (175,182,203). Sum of RGB (Red+Green+Blue) = 175+182+203=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6CB is #504934. Grayscale: #B6B6B6. Windows color (decimal): -5261621 or 13350575. OLE color: 13350575.

HSL color Cylindrical-coordinate representation of color #AFB6CB: hue angle of 225º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB6CB is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 182 203 -
CMYK 0.14 0.10 0 0.20
HSL 225º 0.21% 0.74% -
HSV(B) 225º 0.14% 0.8% -
XYZ 45.19 46.88 63.17 -
YUV 182.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 175 182 203 0.14 0.10 0 0.20 225 0.21 0.74
Hex AF B6 CB E A 0 14 E1 15 4A
Octal 257 266 313 16 12 0 24 341 25 112
Binary 10101111 10110110 11001011 1110 1010 0 10100 11100001 10101 1001010

Color Harmonies of #AFB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6CB

Black with #AFB6CB

Text Example


Text Example

White with #AFB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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