#ADC5DA

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

Shades of Spindle #ADC5DA

Tints of Spindle #ADC5DA

Color information

#ADC5DA (or 0xADC5DA) is unknown color: approx Spindle. HEX triplet: AD, C5 and DA. RGB value is (173,197,218). Sum of RGB (Red+Green+Blue) = 173+197+218=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5DA is #523A25. Grayscale: #C0C0C0. Windows color (decimal): -5388838 or 14337453. OLE color: 14337453.

HSL color Cylindrical-coordinate representation of color #ADC5DA: hue angle of 208º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC5DA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173197218-
CMYK0.210.1000.15
HSL208º37.82%76.67%-
HSV(B)208º20.64%85.49%-
XYZ49.8553.8874.1-
YUV192.22142.55114.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=29.42%
G=33.50%
B=37.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731972180.210.1000.1520837.8276.67
HexADC5DA15A0Fd0264d
Octal255305332251201732046115
Binary10101101110001011101101010101101001111110100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5DA; }

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

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

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

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

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

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

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

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