#ADC3D9

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

Shades of Spindle #ADC3D9

Tints of Spindle #ADC3D9

Color information

#ADC3D9 (or 0xADC3D9) is unknown color: approx Spindle. HEX triplet: AD, C3 and D9. RGB value is (173,195,217). Sum of RGB (Red+Green+Blue) = 173+195+217=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADC3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3D9 is #523C26. Grayscale: #BEBEBE. Windows color (decimal): -5389351 or 14271405. OLE color: 14271405.

HSL color Cylindrical-coordinate representation of color #ADC3D9: hue angle of 210º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC3D9 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173195217-
CMYK0.200.1000.15
HSL210º36.67%76.47%-
HSV(B)210º20.28%85.1%-
XYZ49.2752.9273.26-
YUV190.93142.71115.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=29.57%
G=33.33%
B=37.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731952170.200.1000.1521036.6776.47
HexADC3D914A0Fd2254c
Octal255303331241201732245114
Binary10101101110000111101100110100101001111110100101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3D9; }

 p { color: rgb(173,195,217); }

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

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

 a { background-color: rgb(173,195,217); }

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

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

 span { border-color: rgb(173,195,217); }

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