#A1DDDC

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

Shades of Morning Glory #A1DDDC

Tints of Morning Glory #A1DDDC

Color information

#A1DDDC (or 0xA1DDDC) is unknown color: approx Morning Glory. HEX triplet: A1, DD and DC. RGB value is (161,221,220). Sum of RGB (Red+Green+Blue) = 161+221+220=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDDC is #5E2223. Grayscale: #CACACA. Windows color (decimal): -6169124 or 14474657. OLE color: 14474657.

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

Color convert

RGB161221220-
CMYK0.2700.000.13
HSL179º46.88%74.9%-
HSV(B)179º27.15%86.67%-
XYZ53.4764.4677.33-
YUV202.95137.6298.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.74%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=26.74%
G=36.71%
B=36.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612212200.2700.000.1317946.8874.9
HexA1DDDC1B00Db32f4b
Octal24133533433001526357113
Binary10100001110111011101110011011001101101100111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDDC; }

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

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

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

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

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

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

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

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