#A3C1CE

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

Shades of Heather #A3C1CE

Tints of Heather #A3C1CE

Color information

#A3C1CE (or 0xA3C1CE) is unknown color: approx Heather. HEX triplet: A3, C1 and CE. RGB value is (163,193,206). Sum of RGB (Red+Green+Blue) = 163+193+206=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1CE is #5C3E31. Grayscale: #B9B9B9. Windows color (decimal): -6045234 or 13549987. OLE color: 13549987.

HSL color Cylindrical-coordinate representation of color #A3C1CE: hue angle of 198.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3C1CE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163193206-
CMYK0.210.0600.19
HSL198.14º30.5%72.35%-
HSV(B)198.14º20.87%80.78%-
XYZ45.3150.3865.73-
YUV185.51139.56111.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=29.00%
G=34.34%
B=36.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631932060.210.0600.19198.1430.572.35
HexA3C1CE156013c61e48
Octal24330131625602330636110
Binary1010001111000001110011101010111001001111000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1CE; }

 p { color: rgb(163,193,206); }

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

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

 a { background-color: rgb(163,193,206); }

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

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

 span { border-color: rgb(163,193,206); }

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