#A1D9DC

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

Shades of Morning Glory #A1D9DC

Tints of Morning Glory #A1D9DC

Color information

#A1D9DC (or 0xA1D9DC) is unknown color: approx Morning Glory. HEX triplet: A1, D9 and DC. RGB value is (161,217,220). Sum of RGB (Red+Green+Blue) = 161+217+220=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9DC is #5E2623. Grayscale: #C8C8C8. Windows color (decimal): -6170148 or 14473633. OLE color: 14473633.

HSL color Cylindrical-coordinate representation of color #A1D9DC: hue angle of 183.05º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1D9DC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161217220-
CMYK0.270.0100.14
HSL183.05º45.74%74.71%-
HSV(B)183.05º26.82%86.27%-
XYZ52.4362.3776.99-
YUV200.6138.9599.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=26.92%
G=36.29%
B=36.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612172200.270.0100.14183.0545.7474.71
HexA1D9DC1B10Eb72e4b
Octal24133133433101626756113
Binary10100001110110011101110011011101110101101111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9DC; }

 p { color: rgb(161,217,220); }

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

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

 a { background-color: rgb(161,217,220); }

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

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

 span { border-color: rgb(161,217,220); }

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