#A3CDD1

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

Shades of Morning Glory #A3CDD1

Tints of Morning Glory #A3CDD1

Color information

#A3CDD1 (or 0xA3CDD1) is unknown color: approx Morning Glory. HEX triplet: A3, CD and D1. RGB value is (163,205,209). Sum of RGB (Red+Green+Blue) = 163+205+209=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #A3CDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDD1 is #5C322E. Grayscale: #C0C0C0. Windows color (decimal): -6042159 or 13749667. OLE color: 13749667.

HSL color Cylindrical-coordinate representation of color #A3CDD1: hue angle of 185.22º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3CDD1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163205209-
CMYK0.220.0200.18
HSL185.22º33.33%72.94%-
HSV(B)185.22º22.01%81.96%-
XYZ48.4456.0568.59-
YUV192.9137.09106.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=28.25%
G=35.53%
B=36.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632052090.220.0200.18185.2233.3372.94
HexA3CDD1162012b92149
Octal24331532126202227141111
Binary1010001111001101110100011011010010010101110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDD1; }

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

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

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

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

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

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

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

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