Html Css Color HEX #ACC5CF Heather

📋 copy color: '#ACC5CF'

red 172 ◦ green 197 ◦ blue 207

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

Shades of Heather #ACC5CF

Tints of Heather #ACC5CF

RGB

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

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

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

R = 29.86%
G = 34.2%
B = 35.94%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACC5CF (or 0xACC5CF) is known color: Heather. HEX triplet: AC, C5 and CF. RGB value is (172,197,207). Sum of RGB (Red+Green+Blue) = 172+197+207=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CF is #533A30. Grayscale: #BEBEBE. Windows color (decimal): -5454385 or 13616556. OLE color: 13616556.

HSL color Cylindrical-coordinate representation of color #ACC5CF: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC5CF is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 197 207 -
CMYK 0.17 0.05 0 0.19
HSL 197.14º 0.27% 0.74% -
HSV(B) 197.14º 0.17% 0.81% -
XYZ 48.24 53.21 66.76 -
YUV 190.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 172 197 207 0.17 0.05 0 0.19 197.14 0.27 0.74
Hex AC C5 CF 11 5 0 13 C5 1B 4A
Octal 254 305 317 21 5 0 23 305 33 112
Binary 10101100 11000101 11001111 10001 101 0 10011 11000101 11011 1001010

Color Harmonies of #ACC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5CF

Black with #ACC5CF

Text Example


Text Example

White with #ACC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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