Html Css Color HEX #AFBACF Echo Blue

📋 copy color: '#AFBACF'

red 175 ◦ green 186 ◦ blue 207

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

Shades of Echo Blue #AFBACF

Tints of Echo Blue #AFBACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.75%

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

R = 30.81%
G = 32.75%
B = 36.44%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFBACF (or 0xAFBACF) is known color: Echo Blue. HEX triplet: AF, BA and CF. RGB value is (175,186,207). Sum of RGB (Red+Green+Blue) = 175+186+207=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBACF is #504530. Grayscale: #B9B9B9. Windows color (decimal): -5260593 or 13613743. OLE color: 13613743.

HSL color Cylindrical-coordinate representation of color #AFBACF: hue angle of 219.38º 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 #AFBACF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 186 207 -
CMYK 0.15 0.10 0 0.19
HSL 219.38º 0.25% 0.75% -
HSV(B) 219.38º 0.15% 0.81% -
XYZ 46.5 48.74 65.99 -
YUV 185.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 175 186 207 0.15 0.10 0 0.19 219.38 0.25 0.75
Hex AF BA CF F A 0 13 DB 19 4B
Octal 257 272 317 17 12 0 23 333 31 113
Binary 10101111 10111010 11001111 1111 1010 0 10011 11011011 11001 1001011

Color Harmonies of #AFBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBACF

Black with #AFBACF

Text Example


Text Example

White with #AFBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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