Html Css Color HEX #ADC0CF Spindle

📋 copy color: '#ADC0CF'

red 173 ◦ green 192 ◦ blue 207

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

Shades of Spindle #ADC0CF

Tints of Spindle #ADC0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 30.24%
G = 33.57%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADC0CF (or 0xADC0CF) is known color: Spindle. HEX triplet: AD, C0 and CF. RGB value is (173,192,207). Sum of RGB (Red+Green+Blue) = 173+192+207=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CF is #523F30. Grayscale: #BBBBBB. Windows color (decimal): -5390129 or 13615277. OLE color: 13615277.

HSL color Cylindrical-coordinate representation of color #ADC0CF: hue angle of 206.47º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC0CF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 192 207 -
CMYK 0.16 0.07 0 0.19
HSL 206.47º 0.26% 0.75% -
HSV(B) 206.47º 0.16% 0.81% -
XYZ 47.35 51.09 66.4 -
YUV 188.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 173 192 207 0.16 0.07 0 0.19 206.47 0.26 0.75
Hex AD C0 CF 10 7 0 13 CE 1A 4B
Octal 255 300 317 20 7 0 23 316 32 113
Binary 10101101 11000000 11001111 10000 111 0 10011 11001110 11010 1001011

Color Harmonies of #ADC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0CF

Black with #ADC0CF

Text Example


Text Example

White with #ADC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0CF; }

 p { color: rgb(173,192,207); }

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

background-color css

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

 a { background-color: rgb(173,192,207); }

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

border-color css

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

 span { border-color: rgb(173,192,207); }

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