Html Css Color HEX #ADC6D8 Spindle

📋 copy color: '#ADC6D8'

red 173 ◦ green 198 ◦ blue 216

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

Shades of Spindle #ADC6D8

Tints of Spindle #ADC6D8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

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

R = 29.47%
G = 33.73%
B = 36.8%

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

#ADC6D8 (or 0xADC6D8) is known color: Spindle. HEX triplet: AD, C6 and D8. RGB value is (173,198,216). Sum of RGB (Red+Green+Blue) = 173+198+216=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADC6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6D8 is #523927. Grayscale: #C0C0C0. Windows color (decimal): -5388584 or 14206637. OLE color: 14206637.

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

Color convert

RGB 173 198 216 -
CMYK 0.20 0.08 0 0.15
HSL 205.12º 0.36% 0.76% -
HSV(B) 205.12º 0.2% 0.85% -
XYZ 49.82 54.23 72.81 -
YUV 192.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 173 198 216 0.20 0.08 0 0.15 205.12 0.36 0.76
Hex AD C6 D8 14 8 0 F CD 24 4C
Octal 255 306 330 24 10 0 17 315 44 114
Binary 10101101 11000110 11011000 10100 1000 0 1111 11001101 100100 1001100

Color Harmonies of #ADC6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC6D8

Black with #ADC6D8

Text Example


Text Example

White with #ADC6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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