Html Css Color HEX #ADC4D7 Spindle

📋 copy color: '#ADC4D7'

red 173 ◦ green 196 ◦ blue 215

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

Shades of Spindle #ADC4D7

Tints of Spindle #ADC4D7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.56%

 BLUE value IS 215 (84.38% from 255) = 36.82%

R = 29.62%
G = 33.56%
B = 36.82%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADC4D7 (or 0xADC4D7) is known color: Spindle. HEX triplet: AD, C4 and D7. RGB value is (173,196,215). Sum of RGB (Red+Green+Blue) = 173+196+215=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4D7 is #523B28. Grayscale: #BFBFBF. Windows color (decimal): -5389097 or 14140589. OLE color: 14140589.

HSL color Cylindrical-coordinate representation of color #ADC4D7: hue angle of 207.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC4D7 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 196 215 -
CMYK 0.20 0.09 0 0.16
HSL 207.14º 0.34% 0.76% -
HSV(B) 207.14º 0.2% 0.84% -
XYZ 49.24 53.27 71.98 -
YUV 191.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 173 196 215 0.20 0.09 0 0.16 207.14 0.34 0.76
Hex AD C4 D7 14 9 0 10 CF 22 4C
Octal 255 304 327 24 11 0 20 317 42 114
Binary 10101101 11000100 11010111 10100 1001 0 10000 11001111 100010 1001100

Color Harmonies of #ADC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4D7

Black with #ADC4D7

Text Example


Text Example

White with #ADC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4D7; }

 p { color: rgb(173,196,215); }

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

background-color css

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

 a { background-color: rgb(173,196,215); }

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

border-color css

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

 span { border-color: rgb(173,196,215); }

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