#A0DCDD

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

Shades of Morning Glory #A0DCDD

Tints of Morning Glory #A0DCDD

Color information

#A0DCDD (or 0xA0DCDD) is unknown color: approx Morning Glory. HEX triplet: A0, DC and DD. RGB value is (160,220,221). Sum of RGB (Red+Green+Blue) = 160+220+221=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCDD is #5F2322. Grayscale: #CACACA. Windows color (decimal): -6234915 or 14539936. OLE color: 14539936.

HSL color Cylindrical-coordinate representation of color #A0DCDD: hue angle of 180.98º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DCDD is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160220221-
CMYK0.280.0000.13
HSL180.98º47.29%74.71%-
HSV(B)180.98º27.6%86.67%-
XYZ53.1463.8877.94-
YUV202.17138.6297.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.62%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=26.62%
G=36.61%
B=36.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602202210.280.0000.13180.9847.2974.71
HexA0DCDD1C00Db52f4b
Octal24033433534001526557113
Binary10100000110111001101110111100001101101101011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCDD; }

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

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

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

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

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

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

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

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