Html Css Color HEX #ACAFC2 Echo Blue

📋 copy color: '#ACAFC2'

red 172 ◦ green 175 ◦ blue 194

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

Shades of Echo Blue #ACAFC2

Tints of Echo Blue #ACAFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 31.79%
G = 32.35%
B = 35.86%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACAFC2 (or 0xACAFC2) is known color: Echo Blue. HEX triplet: AC, AF and C2. RGB value is (172,175,194). Sum of RGB (Red+Green+Blue) = 172+175+194=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFC2 is #53503D. Grayscale: #B0B0B0. Windows color (decimal): -5460030 or 12758956. OLE color: 12758956.

HSL color Cylindrical-coordinate representation of color #ACAFC2: hue angle of 231.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAFC2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 175 194 -
CMYK 0.11 0.10 0 0.24
HSL 231.82º 0.15% 0.72% -
HSV(B) 231.82º 0.11% 0.76% -
XYZ 42.08 43.33 57.18 -
YUV 176.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 172 175 194 0.11 0.10 0 0.24 231.82 0.15 0.72
Hex AC AF C2 B A 0 18 E8 F 48
Octal 254 257 302 13 12 0 30 350 17 110
Binary 10101100 10101111 11000010 1011 1010 0 11000 11101000 1111 1001000

Color Harmonies of #ACAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFC2

Black with #ACAFC2

Text Example


Text Example

White with #ACAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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