Html Css Color HEX #ADC7D8 Spindle

📋 copy color: '#ADC7D8'

red 173 ◦ green 199 ◦ blue 216

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

Shades of Spindle #ADC7D8

Tints of Spindle #ADC7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.84%

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 29.42%
G = 33.84%
B = 36.73%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADC7D8 (or 0xADC7D8) is known color: Spindle. HEX triplet: AD, C7 and D8. RGB value is (173,199,216). Sum of RGB (Red+Green+Blue) = 173+199+216=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADC7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7D8 is #523827. Grayscale: #C1C1C1. Windows color (decimal): -5388328 or 14206893. OLE color: 14206893.

HSL color Cylindrical-coordinate representation of color #ADC7D8: hue angle of 203.72º degrees, saturation: 0.36, 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 #ADC7D8 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 199 216 -
CMYK 0.20 0.08 0 0.15
HSL 203.72º 0.36% 0.76% -
HSV(B) 203.72º 0.2% 0.85% -
XYZ 50.05 54.69 72.88 -
YUV 193.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 173 199 216 0.20 0.08 0 0.15 203.72 0.36 0.76
Hex AD C7 D8 14 8 0 F CC 24 4C
Octal 255 307 330 24 10 0 17 314 44 114
Binary 10101101 11000111 11011000 10100 1000 0 1111 11001100 100100 1001100

Color Harmonies of #ADC7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7D8

Black with #ADC7D8

Text Example


Text Example

White with #ADC7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7D8; }

 p { color: rgb(173,199,216); }

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

background-color css

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

 a { background-color: rgb(173,199,216); }

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

border-color css

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

 span { border-color: rgb(173,199,216); }

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