#A9B9CD

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

Shades of Spindle #A9B9CD

Tints of Spindle #A9B9CD

Color information

#A9B9CD (or 0xA9B9CD) is unknown color: approx Spindle. HEX triplet: A9, B9 and CD. RGB value is (169,185,205). Sum of RGB (Red+Green+Blue) = 169+185+205=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B9CD is #564632. Grayscale: #B6B6B6. Windows color (decimal): -5654067 or 13482409. OLE color: 13482409.

HSL color Cylindrical-coordinate representation of color #A9B9CD: hue angle of 213.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9B9CD is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169185205-
CMYK0.180.1000.20
HSL213.33º26.47%73.33%-
HSV(B)213.33º17.56%80.39%-
XYZ44.7347.5464.58-
YUV182.5140.7118.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=30.23%
G=33.09%
B=36.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691852050.180.1000.20213.3326.4773.33
HexA9B9CD12A014d51a49
Octal251271315221202432532111
Binary10101001101110011100110110010101001010011010101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9CD; }

 p { color: rgb(169,185,205); }

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

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

 a { background-color: rgb(169,185,205); }

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

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

 span { border-color: rgb(169,185,205); }

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