Html Css Color HEX #AFB9CB Echo Blue

📋 copy color: '#AFB9CB'

red 175 ◦ green 185 ◦ blue 203

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

Shades of Echo Blue #AFB9CB

Tints of Echo Blue #AFB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.86%

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

R = 31.08%
G = 32.86%
B = 36.06%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFB9CB (or 0xAFB9CB) is known color: Echo Blue. HEX triplet: AF, B9 and CB. RGB value is (175,185,203). Sum of RGB (Red+Green+Blue) = 175+185+203=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9CB is #504634. Grayscale: #B7B7B7. Windows color (decimal): -5260853 or 13351343. OLE color: 13351343.

HSL color Cylindrical-coordinate representation of color #AFB9CB: hue angle of 218.57º 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 #AFB9CB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 185 203 -
CMYK 0.14 0.09 0 0.20
HSL 218.57º 0.21% 0.74% -
HSV(B) 218.57º 0.14% 0.8% -
XYZ 45.81 48.12 63.37 -
YUV 184.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 175 185 203 0.14 0.09 0 0.20 218.57 0.21 0.74
Hex AF B9 CB E 9 0 14 DB 15 4A
Octal 257 271 313 16 11 0 24 333 25 112
Binary 10101111 10111001 11001011 1110 1001 0 10100 11011011 10101 1001010

Color Harmonies of #AFB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9CB

Black with #AFB9CB

Text Example


Text Example

White with #AFB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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