#ADC0D7

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

Shades of Spindle #ADC0D7

Tints of Spindle #ADC0D7

Color information

#ADC0D7 (or 0xADC0D7) is unknown color: approx Spindle. HEX triplet: AD, C0 and D7. RGB value is (173,192,215). Sum of RGB (Red+Green+Blue) = 173+192+215=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D7 is #523F28. Grayscale: #BCBCBC. Windows color (decimal): -5390121 or 14139565. OLE color: 14139565.

HSL color Cylindrical-coordinate representation of color #ADC0D7: hue angle of 212.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC0D7 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173192215-
CMYK0.200.1100.16
HSL212.86º34.43%76.08%-
HSV(B)212.86º19.53%84.31%-
XYZ48.3551.4971.68-
YUV188.94142.71116.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=29.83%
G=33.10%
B=37.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731922150.200.1100.16212.8634.4376.08
HexADC0D714B010d5224c
Octal255300327241302032542114
Binary101011011100000011010111101001011010000110101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0D7; }

 p { color: rgb(173,192,215); }

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

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

 a { background-color: rgb(173,192,215); }

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

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

 span { border-color: rgb(173,192,215); }

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