#A5C1D0

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

Shades of Heather #A5C1D0

Tints of Heather #A5C1D0

Color information

#A5C1D0 (or 0xA5C1D0) is unknown color: approx Heather. HEX triplet: A5, C1 and D0. RGB value is (165,193,208). Sum of RGB (Red+Green+Blue) = 165+193+208=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5C1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C1D0 is #5A3E2F. Grayscale: #BABABA. Windows color (decimal): -5914160 or 13681061. OLE color: 13681061.

HSL color Cylindrical-coordinate representation of color #A5C1D0: hue angle of 200.93º 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 #A5C1D0 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165193208-
CMYK0.210.0700.18
HSL200.93º31.39%73.14%-
HSV(B)200.93º20.67%81.57%-
XYZ45.9750.6967.04-
YUV186.34140.22112.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=29.15%
G=34.10%
B=36.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651932080.210.0700.18200.9331.3973.14
HexA5C1D0157012c91f49
Octal24530132025702231137111
Binary1010010111000001110100001010111101001011001001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C1D0; }

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

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

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

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

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

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

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

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