#A9BBD5

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

Shades of Spindle #A9BBD5

Tints of Spindle #A9BBD5

Color information

#A9BBD5 (or 0xA9BBD5) is unknown color: approx Spindle. HEX triplet: A9, BB and D5. RGB value is (169,187,213). Sum of RGB (Red+Green+Blue) = 169+187+213=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #A9BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBD5 is #56442A. Grayscale: #B8B8B8. Windows color (decimal): -5653547 or 14007209. OLE color: 14007209.

HSL color Cylindrical-coordinate representation of color #A9BBD5: hue angle of 215.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BBD5 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169187213-
CMYK0.210.1200.16
HSL215.45º34.37%74.9%-
HSV(B)215.45º20.66%83.53%-
XYZ46.1448.7869.93-
YUV184.58144.04116.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=29.70%
G=32.86%
B=37.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691872130.210.1200.16215.4534.3774.9
HexA9BBD515C010d7224b
Octal251273325251402032742113
Binary101010011011101111010101101011100010000110101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBD5; }

 p { color: rgb(169,187,213); }

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

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

 a { background-color: rgb(169,187,213); }

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

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

 span { border-color: rgb(169,187,213); }

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