Html Css Color HEX #AFB8CB Echo Blue

📋 copy color: '#AFB8CB'

red 175 ◦ green 184 ◦ blue 203

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

Shades of Echo Blue #AFB8CB

Tints of Echo Blue #AFB8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.74%

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

R = 31.14%
G = 32.74%
B = 36.12%

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

#AFB8CB (or 0xAFB8CB) is known color: Echo Blue. HEX triplet: AF, B8 and CB. RGB value is (175,184,203). Sum of RGB (Red+Green+Blue) = 175+184+203=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8CB is #504734. Grayscale: #B7B7B7. Windows color (decimal): -5261109 or 13351087. OLE color: 13351087.

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

Color convert

RGB 175 184 203 -
CMYK 0.14 0.09 0 0.20
HSL 220.71º 0.21% 0.74% -
HSV(B) 220.71º 0.14% 0.8% -
XYZ 45.6 47.71 63.3 -
YUV 183.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 175 184 203 0.14 0.09 0 0.20 220.71 0.21 0.74
Hex AF B8 CB E 9 0 14 DD 15 4A
Octal 257 270 313 16 11 0 24 335 25 112
Binary 10101111 10111000 11001011 1110 1001 0 10100 11011101 10101 1001010

Color Harmonies of #AFB8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8CB

Black with #AFB8CB

Text Example


Text Example

White with #AFB8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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