#A0D9DB

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

Shades of Morning Glory #A0D9DB

Tints of Morning Glory #A0D9DB

Color information

#A0D9DB (or 0xA0D9DB) is unknown color: approx Morning Glory. HEX triplet: A0, D9 and DB. RGB value is (160,217,219). Sum of RGB (Red+Green+Blue) = 160+217+219=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0D9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9DB is #5F2624. Grayscale: #C8C8C8. Windows color (decimal): -6235685 or 14408096. OLE color: 14408096.

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

Color convert

RGB160217219-
CMYK0.270.0100.14
HSL182.03º45.04%74.31%-
HSV(B)182.03º26.94%85.88%-
XYZ52.162.2176.28-
YUV200.18138.6299.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.85%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=26.85%
G=36.41%
B=36.74%

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
Decimal1602172190.270.0100.14182.0345.0474.31
HexA0D9DB1B10Eb62d4a
Octal24033133333101626655112
Binary10100000110110011101101111011101110101101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D9DB; }

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

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

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

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

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

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

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

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