#ADC4DA

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

Shades of Spindle #ADC4DA

Tints of Spindle #ADC4DA

Color information

#ADC4DA (or 0xADC4DA) is unknown color: approx Spindle. HEX triplet: AD, C4 and DA. RGB value is (173,196,218). Sum of RGB (Red+Green+Blue) = 173+196+218=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DA is #523B25. Grayscale: #BFBFBF. Windows color (decimal): -5389094 or 14337197. OLE color: 14337197.

HSL color Cylindrical-coordinate representation of color #ADC4DA: hue angle of 209.33º 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 #ADC4DA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173196218-
CMYK0.210.1000.15
HSL209.33º37.82%76.67%-
HSV(B)209.33º20.64%85.49%-
XYZ49.6353.4374.03-
YUV191.63142.88114.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=29.47%
G=33.39%
B=37.14%

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
Decimal1731962180.210.1000.15209.3337.8276.67
HexADC4DA15A0Fd1264d
Octal255304332251201732146115
Binary10101101110001001101101010101101001111110100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4DA; }

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

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

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

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

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

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

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

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