#ADC3D7

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

Shades of Spindle #ADC3D7

Tints of Spindle #ADC3D7

Color information

#ADC3D7 (or 0xADC3D7) is unknown color: approx Spindle. HEX triplet: AD, C3 and D7. RGB value is (173,195,215). Sum of RGB (Red+Green+Blue) = 173+195+215=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3D7 is #523C28. Grayscale: #BEBEBE. Windows color (decimal): -5389353 or 14140333. OLE color: 14140333.

HSL color Cylindrical-coordinate representation of color #ADC3D7: hue angle of 208.57º 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 #ADC3D7 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173195215-
CMYK0.200.0900.16
HSL208.57º34.43%76.08%-
HSV(B)208.57º19.53%84.31%-
XYZ49.0152.8271.9-
YUV190.7141.71115.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=29.67%
G=33.45%
B=36.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731952150.200.0900.16208.5734.4376.08
HexADC3D7149010d1224c
Octal255303327241102032142114
Binary101011011100001111010111101001001010000110100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3D7; }

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

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

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

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

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

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

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

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