#A3C7CB

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

Shades of Morning Glory #A3C7CB

Tints of Morning Glory #A3C7CB

Color information

#A3C7CB (or 0xA3C7CB) is unknown color: approx Morning Glory. HEX triplet: A3, C7 and CB. RGB value is (163,199,203). Sum of RGB (Red+Green+Blue) = 163+199+203=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C7CB is #5C3834. Grayscale: #BCBCBC. Windows color (decimal): -6043701 or 13354915. OLE color: 13354915.

HSL color Cylindrical-coordinate representation of color #A3C7CB: hue angle of 186º degrees, saturation: 0.28, 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 #A3C7CB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163199203-
CMYK0.200.0200.20
HSL186º27.78%71.76%-
HSV(B)186º19.7%79.61%-
XYZ46.3152.9564.28-
YUV188.69136.07109.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.85%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=28.85%
G=35.22%
B=35.93%

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
Decimal1631992030.200.0200.2018627.7871.76
HexA3C7CB142014ba1c48
Octal24330731324202427234110
Binary101000111100011111001011101001001010010111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C7CB; }

 p { color: rgb(163,199,203); }

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

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

 a { background-color: rgb(163,199,203); }

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

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

 span { border-color: rgb(163,199,203); }

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