Html Css Color HEX #ADC4D8 Spindle

📋 copy color: '#ADC4D8'

red 173 ◦ green 196 ◦ blue 216

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

Shades of Spindle #ADC4D8

Tints of Spindle #ADC4D8

RGB

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

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

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

R = 29.57%
G = 33.5%
B = 36.92%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADC4D8 (or 0xADC4D8) is known color: Spindle. HEX triplet: AD, C4 and D8. RGB value is (173,196,216). Sum of RGB (Red+Green+Blue) = 173+196+216=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADC4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4D8 is #523B27. Grayscale: #BFBFBF. Windows color (decimal): -5389096 or 14206125. OLE color: 14206125.

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

Color convert

RGB 173 196 216 -
CMYK 0.20 0.09 0 0.15
HSL 207.91º 0.36% 0.76% -
HSV(B) 207.91º 0.2% 0.85% -
XYZ 49.37 53.32 72.66 -
YUV 191.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 173 196 216 0.20 0.09 0 0.15 207.91 0.36 0.76
Hex AD C4 D8 14 9 0 F D0 24 4C
Octal 255 304 330 24 11 0 17 320 44 114
Binary 10101101 11000100 11011000 10100 1001 0 1111 11010000 100100 1001100

Color Harmonies of #ADC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4D8

Black with #ADC4D8

Text Example


Text Example

White with #ADC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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