#A3C6CA

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

Shades of Morning Glory #A3C6CA

Tints of Morning Glory #A3C6CA

Color information

#A3C6CA (or 0xA3C6CA) is unknown color: approx Morning Glory. HEX triplet: A3, C6 and CA. RGB value is (163,198,202). Sum of RGB (Red+Green+Blue) = 163+198+202=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C6CA is #5C3935. Grayscale: #BBBBBB. Windows color (decimal): -6043958 or 13289123. OLE color: 13289123.

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

Color convert

RGB163198202-
CMYK0.190.0200.21
HSL186.15º26.9%71.57%-
HSV(B)186.15º19.31%79.22%-
XYZ45.9652.4463.58-
YUV187.99135.9110.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=28.95%
G=35.17%
B=35.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631982020.190.0200.21186.1526.971.57
HexA3C6CA132015ba1b48
Octal24330631223202527233110
Binary101000111100011011001010100111001010110111010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C6CA; }

 p { color: rgb(163,198,202); }

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

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

 a { background-color: rgb(163,198,202); }

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

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

 span { border-color: rgb(163,198,202); }

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