#A3CDD3

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

Shades of Morning Glory #A3CDD3

Tints of Morning Glory #A3CDD3

Color information

#A3CDD3 (or 0xA3CDD3) is unknown color: approx Morning Glory. HEX triplet: A3, CD and D3. RGB value is (163,205,211). Sum of RGB (Red+Green+Blue) = 163+205+211=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 211 - color contains mainly: blue. Hex color #A3CDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDD3 is #5C322C. Grayscale: #C1C1C1. Windows color (decimal): -6042157 or 13880739. OLE color: 13880739.

HSL color Cylindrical-coordinate representation of color #A3CDD3: hue angle of 187.5º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3CDD3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB163205211-
CMYK0.230.0300.17
HSL187.5º35.29%73.33%-
HSV(B)187.5º22.75%82.75%-
XYZ48.6956.1569.9-
YUV193.13138.09106.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.15%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=28.15%
G=35.41%
B=36.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632052110.230.0300.17187.535.2973.33
HexA3CDD3173011bc2349
Octal24331532327302127443111
Binary1010001111001101110100111011111010001101111001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDD3; }

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

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

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

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

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

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

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

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