#A1DCDB

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

Shades of Morning Glory #A1DCDB

Tints of Morning Glory #A1DCDB

Color information

#A1DCDB (or 0xA1DCDB) is unknown color: approx Morning Glory. HEX triplet: A1, DC and DB. RGB value is (161,220,219). Sum of RGB (Red+Green+Blue) = 161+220+219=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCDB is #5E2324. Grayscale: #CACACA. Windows color (decimal): -6169381 or 14408865. OLE color: 14408865.

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

Color convert

RGB161220219-
CMYK0.2700.000.14
HSL178.98º45.74%74.71%-
HSV(B)178.98º26.82%86.27%-
XYZ53.0863.8876.55-
YUV202.24137.4598.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=26.83%
G=36.67%
B=36.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612202190.2700.000.14178.9845.7474.71
HexA1DCDB1B00Eb32e4b
Octal24133433333001626356113
Binary10100001110111001101101111011001110101100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCDB; }

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

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

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

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

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

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

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

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