#A3C9CD

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

Shades of Morning Glory #A3C9CD

Tints of Morning Glory #A3C9CD

Color information

#A3C9CD (or 0xA3C9CD) is unknown color: approx Morning Glory. HEX triplet: A3, C9 and CD. RGB value is (163,201,205). Sum of RGB (Red+Green+Blue) = 163+201+205=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C9CD is #5C3632. Grayscale: #BEBEBE. Windows color (decimal): -6043187 or 13486499. OLE color: 13486499.

HSL color Cylindrical-coordinate representation of color #A3C9CD: hue angle of 185.71º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C9CD is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163201205-
CMYK0.200.0200.20
HSL185.71º29.58%72.16%-
HSV(B)185.71º20.49%80.39%-
XYZ47.0153.9765.7-
YUV190.09136.41108.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.65%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=28.65%
G=35.33%
B=36.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632012050.200.0200.20185.7129.5872.16
HexA3C9CD142014ba1e48
Octal24331131524202427236110
Binary101000111100100111001101101001001010010111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C9CD; }

 p { color: rgb(163,201,205); }

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

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

 a { background-color: rgb(163,201,205); }

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

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

 span { border-color: rgb(163,201,205); }

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