Html Css Color HEX #AFB5D0 Echo Blue

📋 copy color: '#AFB5D0'

red 175 ◦ green 181 ◦ blue 208

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

Shades of Echo Blue #AFB5D0

Tints of Echo Blue #AFB5D0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.09%

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 31.03%
G = 32.09%
B = 36.88%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFB5D0 (or 0xAFB5D0) is known color: Echo Blue. HEX triplet: AF, B5 and D0. RGB value is (175,181,208). Sum of RGB (Red+Green+Blue) = 175+181+208=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFB5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5D0 is #504A2F. Grayscale: #B6B6B6. Windows color (decimal): -5261872 or 13677999. OLE color: 13677999.

HSL color Cylindrical-coordinate representation of color #AFB5D0: hue angle of 229.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB5D0 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 181 208 -
CMYK 0.16 0.13 0 0.18
HSL 229.09º 0.26% 0.75% -
HSV(B) 229.09º 0.16% 0.82% -
XYZ 45.59 46.72 66.29 -
YUV 182.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 175 181 208 0.16 0.13 0 0.18 229.09 0.26 0.75
Hex AF B5 D0 10 D 0 12 E5 1A 4B
Octal 257 265 320 20 15 0 22 345 32 113
Binary 10101111 10110101 11010000 10000 1101 0 10010 11100101 11010 1001011

Color Harmonies of #AFB5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5D0

Black with #AFB5D0

Text Example


Text Example

White with #AFB5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5D0; }

 p { color: rgb(175,181,208); }

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

background-color css

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

 a { background-color: rgb(175,181,208); }

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

border-color css

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

 span { border-color: rgb(175,181,208); }

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