#A5C0D7

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

Shades of Spindle #A5C0D7

Tints of Spindle #A5C0D7

Color information

#A5C0D7 (or 0xA5C0D7) is unknown color: approx Spindle. HEX triplet: A5, C0 and D7. RGB value is (165,192,215). Sum of RGB (Red+Green+Blue) = 165+192+215=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #A5C0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0D7 is #5A3F28. Grayscale: #BABABA. Windows color (decimal): -5914409 or 14139557. OLE color: 14139557.

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

Color convert

RGB165192215-
CMYK0.230.1100.16
HSL207.6º38.46%74.51%-
HSV(B)207.6º23.26%84.31%-
XYZ46.6350.671.6-
YUV186.55144.05112.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 215 (84.38% from 255) = 37.59%
R=28.85%
G=33.57%
B=37.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651922150.230.1100.16207.638.4674.51
HexA5C0D717B010d0264b
Octal245300327271302032046113
Binary101001011100000011010111101111011010000110100001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C0D7; }

 p { color: rgb(165,192,215); }

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

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

 a { background-color: rgb(165,192,215); }

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

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

 span { border-color: rgb(165,192,215); }

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