#A0D9DC

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

Shades of Morning Glory #A0D9DC

Tints of Morning Glory #A0D9DC

Color information

#A0D9DC (or 0xA0D9DC) is unknown color: approx Morning Glory. HEX triplet: A0, D9 and DC. RGB value is (160,217,220). Sum of RGB (Red+Green+Blue) = 160+217+220=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9DC is #5F2623. Grayscale: #C8C8C8. Windows color (decimal): -6235684 or 14473632. OLE color: 14473632.

HSL color Cylindrical-coordinate representation of color #A0D9DC: hue angle of 183º 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 #A0D9DC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160217220-
CMYK0.270.0100.14
HSL183º46.15%74.51%-
HSV(B)183º27.27%86.27%-
XYZ52.2362.2776.98-
YUV200.3139.1299.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.80%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=26.80%
G=36.35%
B=36.85%

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
Decimal1602172200.270.0100.1418346.1574.51
HexA0D9DC1B10Eb72e4b
Octal24033133433101626756113
Binary10100000110110011101110011011101110101101111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D9DC; }

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

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

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

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

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

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

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

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