Html Css Color HEX #ADC0D1 Spindle

📋 copy color: '#ADC0D1'

red 173 ◦ green 192 ◦ blue 209

#ADC0D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #ADC0D1

Tints of Spindle #ADC0D1

RGB

 RED value IS 173 (67.97% from 255) = 30.14%

 GREEN value IS 192 (75.39% from 255) = 33.45%

 BLUE value IS 209 (82.03% from 255) = 36.41%

R = 30.14%
G = 33.45%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADC0D1 (or 0xADC0D1) is known color: Spindle. HEX triplet: AD, C0 and D1. RGB value is (173,192,209). Sum of RGB (Red+Green+Blue) = 173+192+209=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D1 is #523F2E. Grayscale: #BCBCBC. Windows color (decimal): -5390127 or 13746349. OLE color: 13746349.

HSL color Cylindrical-coordinate representation of color #ADC0D1: hue angle of 208.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC0D1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 192 209 -
CMYK 0.17 0.08 0 0.18
HSL 208.33º 0.28% 0.75% -
HSV(B) 208.33º 0.17% 0.82% -
XYZ 47.59 51.19 67.69 -
YUV 188.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 173 192 209 0.17 0.08 0 0.18 208.33 0.28 0.75
Hex AD C0 D1 11 8 0 12 D0 1C 4B
Octal 255 300 321 21 10 0 22 320 34 113
Binary 10101101 11000000 11010001 10001 1000 0 10010 11010000 11100 1001011

Color Harmonies of #ADC0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0D1

Black with #ADC0D1

Text Example


Text Example

White with #ADC0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0D1; }

 p { color: rgb(173,192,209); }

 H1.HeaderClassName
 {
   color: #ADC0D1;
 }
 .AnyTagClassName
 {
   color: #ADC0D1;
 }
</style>

background-color css

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

 a { background-color: rgb(173,192,209); }

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

border-color css

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

 span { border-color: rgb(173,192,209); }

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