Html Css Color HEX #ADC5DA Spindle

📋 copy color: '#ADC5DA'

red 173 ◦ green 197 ◦ blue 218

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

Shades of Spindle #ADC5DA

Tints of Spindle #ADC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 29.42%
G = 33.5%
B = 37.07%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADC5DA (or 0xADC5DA) is known color: Spindle. HEX triplet: AD, C5 and DA. RGB value is (173,197,218). Sum of RGB (Red+Green+Blue) = 173+197+218=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5DA is #523A25. Grayscale: #C0C0C0. Windows color (decimal): -5388838 or 14337453. OLE color: 14337453.

HSL color Cylindrical-coordinate representation of color #ADC5DA: hue angle of 208º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC5DA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 197 218 -
CMYK 0.21 0.10 0 0.15
HSL 208º 0.38% 0.77% -
HSV(B) 208º 0.21% 0.85% -
XYZ 49.85 53.88 74.1 -
YUV 192.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 173 197 218 0.21 0.10 0 0.15 208 0.38 0.77
Hex AD C5 DA 15 A 0 F D0 26 4D
Octal 255 305 332 25 12 0 17 320 46 115
Binary 10101101 11000101 11011010 10101 1010 0 1111 11010000 100110 1001101

Color Harmonies of #ADC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5DA

Black with #ADC5DA

Text Example


Text Example

White with #ADC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5DA; }

 p { color: rgb(173,197,218); }

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

background-color css

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

 a { background-color: rgb(173,197,218); }

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

border-color css

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

 span { border-color: rgb(173,197,218); }

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