Html Css Color HEX #ACC5D0 Heather

📋 copy color: '#ACC5D0'

red 172 ◦ green 197 ◦ blue 208

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

Shades of Heather #ACC5D0

Tints of Heather #ACC5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 29.81%
G = 34.14%
B = 36.05%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACC5D0 (or 0xACC5D0) is known color: Heather. HEX triplet: AC, C5 and D0. RGB value is (172,197,208). Sum of RGB (Red+Green+Blue) = 172+197+208=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACC5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5D0 is #533A2F. Grayscale: #BEBEBE. Windows color (decimal): -5454384 or 13682092. OLE color: 13682092.

HSL color Cylindrical-coordinate representation of color #ACC5D0: hue angle of 198.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC5D0 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 197 208 -
CMYK 0.17 0.05 0 0.18
HSL 198.33º 0.28% 0.75% -
HSV(B) 198.33º 0.17% 0.82% -
XYZ 48.36 53.26 67.41 -
YUV 190.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 172 197 208 0.17 0.05 0 0.18 198.33 0.28 0.75
Hex AC C5 D0 11 5 0 12 C6 1C 4B
Octal 254 305 320 21 5 0 22 306 34 113
Binary 10101100 11000101 11010000 10001 101 0 10010 11000110 11100 1001011

Color Harmonies of #ACC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5D0

Black with #ACC5D0

Text Example


Text Example

White with #ACC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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