Html Css Color HEX #ACAFC0 Echo Blue

📋 copy color: '#ACAFC0'

red 172 ◦ green 175 ◦ blue 192

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

Shades of Echo Blue #ACAFC0

Tints of Echo Blue #ACAFC0

RGB

 RED value IS 172 (67.58% from 255) = 31.91%

 GREEN value IS 175 (68.75% from 255) = 32.47%

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 31.91%
G = 32.47%
B = 35.62%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACAFC0 (or 0xACAFC0) is known color: Echo Blue. HEX triplet: AC, AF and C0. RGB value is (172,175,192). Sum of RGB (Red+Green+Blue) = 172+175+192=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFC0 is #53503F. Grayscale: #AFAFAF. Windows color (decimal): -5460032 or 12627884. OLE color: 12627884.

HSL color Cylindrical-coordinate representation of color #ACAFC0: hue angle of 231º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACAFC0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 175 192 -
CMYK 0.10 0.09 0 0.25
HSL 231º 0.14% 0.71% -
HSV(B) 231º 0.1% 0.75% -
XYZ 41.86 43.24 56.01 -
YUV 176.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 172 175 192 0.10 0.09 0 0.25 231 0.14 0.71
Hex AC AF C0 A 9 0 19 E7 E 47
Octal 254 257 300 12 11 0 31 347 16 107
Binary 10101100 10101111 11000000 1010 1001 0 11001 11100111 1110 1000111

Color Harmonies of #ACAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFC0

Black with #ACAFC0

Text Example


Text Example

White with #ACAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFC0; }

 p { color: rgb(172,175,192); }

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

background-color css

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

 a { background-color: rgb(172,175,192); }

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

border-color css

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

 span { border-color: rgb(172,175,192); }

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