#ADC1CF

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

Shades of Spindle #ADC1CF

Tints of Spindle #ADC1CF

Color information

#ADC1CF (or 0xADC1CF) is unknown color: approx Spindle. HEX triplet: AD, C1 and CF. RGB value is (173,193,207). Sum of RGB (Red+Green+Blue) = 173+193+207=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CF is #523E30. Grayscale: #BCBCBC. Windows color (decimal): -5389873 or 13615533. OLE color: 13615533.

HSL color Cylindrical-coordinate representation of color #ADC1CF: hue angle of 204.71º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC1CF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173193207-
CMYK0.160.0700.19
HSL204.71º26.15%74.51%-
HSV(B)204.71º16.43%81.18%-
XYZ47.5751.5366.47-
YUV188.62138.37116.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=30.19%
G=33.68%
B=36.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731932070.160.0700.19204.7126.1574.51
HexADC1CF107013cd1a4b
Octal25530131720702331532113
Binary1010110111000001110011111000011101001111001101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1CF; }

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

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

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

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

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

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

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

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