Html Css Color HEX #ADC6DB Spindle

📋 copy color: '#ADC6DB'

red 173 ◦ green 198 ◦ blue 219

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

Shades of Spindle #ADC6DB

Tints of Spindle #ADC6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 29.32%
G = 33.56%
B = 37.12%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC6DB (or 0xADC6DB) is known color: Spindle. HEX triplet: AD, C6 and DB. RGB value is (173,198,219). Sum of RGB (Red+Green+Blue) = 173+198+219=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6DB is #523924. Grayscale: #C0C0C0. Windows color (decimal): -5388581 or 14403245. OLE color: 14403245.

HSL color Cylindrical-coordinate representation of color #ADC6DB: hue angle of 207.39º degrees, saturation: 0.39, 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 #ADC6DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 198 219 -
CMYK 0.21 0.10 0 0.14
HSL 207.39º 0.39% 0.77% -
HSV(B) 207.39º 0.21% 0.86% -
XYZ 50.21 54.39 74.87 -
YUV 192.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 173 198 219 0.21 0.10 0 0.14 207.39 0.39 0.77
Hex AD C6 DB 15 A 0 E CF 27 4D
Octal 255 306 333 25 12 0 16 317 47 115
Binary 10101101 11000110 11011011 10101 1010 0 1110 11001111 100111 1001101

Color Harmonies of #ADC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC6DB

Black with #ADC6DB

Text Example


Text Example

White with #ADC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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