Html Css Color HEX #AFB9CF Echo Blue

📋 copy color: '#AFB9CF'

red 175 ◦ green 185 ◦ blue 207

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

Shades of Echo Blue #AFB9CF

Tints of Echo Blue #AFB9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 30.86%
G = 32.63%
B = 36.51%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFB9CF (or 0xAFB9CF) is known color: Echo Blue. HEX triplet: AF, B9 and CF. RGB value is (175,185,207). Sum of RGB (Red+Green+Blue) = 175+185+207=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9CF is #504630. Grayscale: #B8B8B8. Windows color (decimal): -5260849 or 13613487. OLE color: 13613487.

HSL color Cylindrical-coordinate representation of color #AFB9CF: hue angle of 221.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB9CF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 185 207 -
CMYK 0.15 0.11 0 0.19
HSL 221.25º 0.25% 0.75% -
HSV(B) 221.25º 0.15% 0.81% -
XYZ 46.29 48.32 65.92 -
YUV 184.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 175 185 207 0.15 0.11 0 0.19 221.25 0.25 0.75
Hex AF B9 CF F B 0 13 DD 19 4B
Octal 257 271 317 17 13 0 23 335 31 113
Binary 10101111 10111001 11001111 1111 1011 0 10011 11011101 11001 1001011

Color Harmonies of #AFB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9CF

Black with #AFB9CF

Text Example


Text Example

White with #AFB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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