Html Css Color HEX #ADC9DC Spindle

📋 copy color: '#ADC9DC'

red 173 ◦ green 201 ◦ blue 220

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

Shades of Spindle #ADC9DC

Tints of Spindle #ADC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 29.12%
G = 33.84%
B = 37.04%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC9DC (or 0xADC9DC) is known color: Spindle. HEX triplet: AD, C9 and DC. RGB value is (173,201,220). Sum of RGB (Red+Green+Blue) = 173+201+220=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9DC is #523623. Grayscale: #C2C2C2. Windows color (decimal): -5387812 or 14469549. OLE color: 14469549.

HSL color Cylindrical-coordinate representation of color #ADC9DC: hue angle of 204.26º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC9DC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 201 220 -
CMYK 0.21 0.09 0 0.14
HSL 204.26º 0.4% 0.77% -
HSV(B) 204.26º 0.21% 0.86% -
XYZ 51.04 55.82 75.8 -
YUV 194.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 173 201 220 0.21 0.09 0 0.14 204.26 0.4 0.77
Hex AD C9 DC 15 9 0 E CC 28 4D
Octal 255 311 334 25 11 0 16 314 50 115
Binary 10101101 11001001 11011100 10101 1001 0 1110 11001100 101000 1001101

Color Harmonies of #ADC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9DC

Black with #ADC9DC

Text Example


Text Example

White with #ADC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9DC; }

 p { color: rgb(173,201,220); }

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

background-color css

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

 a { background-color: rgb(173,201,220); }

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

border-color css

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

 span { border-color: rgb(173,201,220); }

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