#ADC5D0

Color #ADC5D0 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ADC5D0

Tints of Heather #ADC5D0

Color information

#ADC5D0 (or 0xADC5D0) is unknown color: approx Heather. HEX triplet: AD, C5 and D0. RGB value is (173,197,208). Sum of RGB (Red+Green+Blue) = 173+197+208=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5D0 is #523A2F. Grayscale: #BFBFBF. Windows color (decimal): -5388848 or 13682093. OLE color: 13682093.

HSL color Cylindrical-coordinate representation of color #ADC5D0: hue angle of 198.86º degrees, saturation: 0.27, 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 #ADC5D0 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173197208-
CMYK0.170.0500.18
HSL198.86º27.13%74.71%-
HSV(B)198.86º16.83%81.57%-
XYZ48.5953.3767.42-
YUV191.08137.55115.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=29.93%
G=34.08%
B=35.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731972080.170.0500.18198.8627.1374.71
HexADC5D0115012c71b4b
Octal25530532021502230733113
Binary1010110111000101110100001000110101001011000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5D0; }

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

 H1.HeaderClassName
 {
   color: #ADC5D0;
 }
 .AnyTagClassName
 {
   color: #ADC5D0;
 }
</style>
background-color css

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

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

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

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

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

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