#ADCADC

Color #ADCADC Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #ADCADC

Tints of Spindle #ADCADC

Color information

#ADCADC (or 0xADCADC) is unknown color: approx Spindle. HEX triplet: AD, CA and DC. RGB value is (173,202,220). Sum of RGB (Red+Green+Blue) = 173+202+220=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADC is #523523. Grayscale: #C3C3C3. Windows color (decimal): -5387556 or 14469805. OLE color: 14469805.

HSL color Cylindrical-coordinate representation of color #ADCADC: hue angle of 202.98º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCADC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173202220-
CMYK0.210.0800.14
HSL202.98º40.17%77.06%-
HSV(B)202.98º21.36%86.27%-
XYZ51.2756.2975.87-
YUV195.38141.89112.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=29.08%
G=33.95%
B=36.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732022200.210.0800.14202.9840.1777.06
HexADCADC1580Ecb284d
Octal255312334251001631350115
Binary10101101110010101101110010101100001110110010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCADC; }

 p { color: rgb(173,202,220); }

 H1.HeaderClassName
 {
   color: #ADCADC;
 }
 .AnyTagClassName
 {
   color: #ADCADC;
 }
</style>
background-color css

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

 a { background-color: rgb(173,202,220); }

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

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

 span { border-color: rgb(173,202,220); }

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