Html Css Color HEX #ACC5CC Heather

📋 copy color: '#ACC5CC'

red 172 ◦ green 197 ◦ blue 204

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

Shades of Heather #ACC5CC

Tints of Heather #ACC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.38%

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 30.02%
G = 34.38%
B = 35.6%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACC5CC (or 0xACC5CC) is known color: Heather. HEX triplet: AC, C5 and CC. RGB value is (172,197,204). Sum of RGB (Red+Green+Blue) = 172+197+204=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CC is #533A33. Grayscale: #BEBEBE. Windows color (decimal): -5454388 or 13419948. OLE color: 13419948.

HSL color Cylindrical-coordinate representation of color #ACC5CC: hue angle of 193.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC5CC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 197 204 -
CMYK 0.16 0.03 0 0.2
HSL 193.13º 0.24% 0.74% -
HSV(B) 193.13º 0.16% 0.8% -
XYZ 47.88 53.06 64.85 -
YUV 190.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 172 197 204 0.16 0.03 0 0.2 193.13 0.24 0.74
Hex AC C5 CC 10 3 0 14 C1 18 4A
Octal 254 305 314 20 3 0 24 301 30 112
Binary 10101100 11000101 11001100 10000 11 0 10100 11000001 11000 1001010

Color Harmonies of #ACC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5CC

Black with #ACC5CC

Text Example


Text Example

White with #ACC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5CC; }

 p { color: rgb(172,197,204); }

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

background-color css

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

 a { background-color: rgb(172,197,204); }

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

border-color css

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

 span { border-color: rgb(172,197,204); }

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