#A5B9D0

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

Shades of Spindle #A5B9D0

Tints of Spindle #A5B9D0

Color information

#A5B9D0 (or 0xA5B9D0) is unknown color: approx Spindle. HEX triplet: A5, B9 and D0. RGB value is (165,185,208). Sum of RGB (Red+Green+Blue) = 165+185+208=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5B9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B9D0 is #5A462F. Grayscale: #B5B5B5. Windows color (decimal): -5916208 or 13679013. OLE color: 13679013.

HSL color Cylindrical-coordinate representation of color #A5B9D0: hue angle of 212.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5B9D0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165185208-
CMYK0.210.1100.18
HSL212.09º31.39%73.14%-
HSV(B)212.09º20.67%81.57%-
XYZ44.2547.2566.46-
YUV181.64142.87116.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=29.57%
G=33.15%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651852080.210.1100.18212.0931.3973.14
HexA5B9D015B012d41f49
Octal245271320251302232437111
Binary10100101101110011101000010101101101001011010100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9D0; }

 p { color: rgb(165,185,208); }

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

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

 a { background-color: rgb(165,185,208); }

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

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

 span { border-color: rgb(165,185,208); }

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