Html Css Color HEX #ADC1CF Spindle

📋 copy color: '#ADC1CF'

red 173 ◦ green 193 ◦ blue 207

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

Shades of Spindle #ADC1CF

Tints of Spindle #ADC1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.68%

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

R = 30.19%
G = 33.68%
B = 36.13%

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

#ADC1CF (or 0xADC1CF) is known color: Spindle. HEX triplet: AD, C1 and CF. RGB value is (173,193,207). Sum of RGB (Red+Green+Blue) = 173+193+207=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CF is #523E30. Grayscale: #BCBCBC. Windows color (decimal): -5389873 or 13615533. OLE color: 13615533.

HSL color Cylindrical-coordinate representation of color #ADC1CF: hue angle of 204.71º 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 #ADC1CF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 193 207 -
CMYK 0.16 0.07 0 0.19
HSL 204.71º 0.26% 0.75% -
HSV(B) 204.71º 0.16% 0.81% -
XYZ 47.57 51.53 66.47 -
YUV 188.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 173 193 207 0.16 0.07 0 0.19 204.71 0.26 0.75
Hex AD C1 CF 10 7 0 13 CD 1A 4B
Octal 255 301 317 20 7 0 23 315 32 113
Binary 10101101 11000001 11001111 10000 111 0 10011 11001101 11010 1001011

Color Harmonies of #ADC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1CF

Black with #ADC1CF

Text Example


Text Example

White with #ADC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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