#A0DADB

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

Shades of Morning Glory #A0DADB

Tints of Morning Glory #A0DADB

Color information

#A0DADB (or 0xA0DADB) is unknown color: approx Morning Glory. HEX triplet: A0, DA and DB. RGB value is (160,218,219). Sum of RGB (Red+Green+Blue) = 160+218+219=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DADB is #5F2524. Grayscale: #C8C8C8. Windows color (decimal): -6235429 or 14408352. OLE color: 14408352.

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

Color convert

RGB160218219-
CMYK0.270.0000.14
HSL181.02º45.04%74.31%-
HSV(B)181.02º26.94%85.88%-
XYZ52.3562.7376.37-
YUV200.77138.2898.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.80%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=26.80%
G=36.52%
B=36.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602182190.270.0000.14181.0245.0474.31
HexA0DADB1B00Eb52d4a
Octal24033233333001626555112
Binary10100000110110101101101111011001110101101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DADB; }

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

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

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

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

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

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

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

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