#A9BACF

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

Shades of Spindle #A9BACF

Tints of Spindle #A9BACF

Color information

#A9BACF (or 0xA9BACF) is unknown color: approx Spindle. HEX triplet: A9, BA and CF. RGB value is (169,186,207). Sum of RGB (Red+Green+Blue) = 169+186+207=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BACF is #564530. Grayscale: #B7B7B7. Windows color (decimal): -5653809 or 13613737. OLE color: 13613737.

HSL color Cylindrical-coordinate representation of color #A9BACF: hue angle of 213.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BACF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169186207-
CMYK0.180.1000.19
HSL213.16º28.36%73.73%-
HSV(B)213.16º18.36%81.18%-
XYZ45.1848.0665.93-
YUV183.31141.37117.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=30.07%
G=33.10%
B=36.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691862070.180.1000.19213.1628.3673.73
HexA9BACF12A013d51c4a
Octal251272317221202332534112
Binary10101001101110101100111110010101001001111010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BACF; }

 p { color: rgb(169,186,207); }

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

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

 a { background-color: rgb(169,186,207); }

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

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

 span { border-color: rgb(169,186,207); }

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