#A3C5CA

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

Shades of Morning Glory #A3C5CA

Tints of Morning Glory #A3C5CA

Color information

#A3C5CA (or 0xA3C5CA) is unknown color: approx Morning Glory. HEX triplet: A3, C5 and CA. RGB value is (163,197,202). Sum of RGB (Red+Green+Blue) = 163+197+202=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C5CA is #5C3A35. Grayscale: #BBBBBB. Windows color (decimal): -6044214 or 13288867. OLE color: 13288867.

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

Color convert

RGB163197202-
CMYK0.190.0200.21
HSL187.69º26.9%71.57%-
HSV(B)187.69º19.31%79.22%-
XYZ45.7351.9863.5-
YUV187.4136.24110.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=29.00%
G=35.05%
B=35.94%

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
Decimal1631972020.190.0200.21187.6926.971.57
HexA3C5CA132015bc1b48
Octal24330531223202527433110
Binary101000111100010111001010100111001010110111100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C5CA; }

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

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

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

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

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

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

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

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