#ADC1CC

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

Shades of Heather #ADC1CC

Tints of Heather #ADC1CC

Color information

#ADC1CC (or 0xADC1CC) is unknown color: approx Heather. HEX triplet: AD, C1 and CC. RGB value is (173,193,204). Sum of RGB (Red+Green+Blue) = 173+193+204=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CC is #523E33. Grayscale: #BCBCBC. Windows color (decimal): -5389876 or 13418925. OLE color: 13418925.

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

Color convert

RGB173193204-
CMYK0.150.0500.2
HSL201.29º23.31%73.92%-
HSV(B)201.29º15.2%80%-
XYZ47.251.3864.56-
YUV188.27136.87117.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=30.35%
G=33.86%
B=35.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731932040.150.0500.2201.2923.3173.92
HexADC1CCF5014c9174a
Octal25530131417502431127112
Binary101011011100000111001100111110101010011001001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1CC; }

 p { color: rgb(173,193,204); }

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

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

 a { background-color: rgb(173,193,204); }

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

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

 span { border-color: rgb(173,193,204); }

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