#A1DBDC

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

Shades of Morning Glory #A1DBDC

Tints of Morning Glory #A1DBDC

Color information

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

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

Color convert

RGB161219220-
CMYK0.270.0000.14
HSL181.02º45.74%74.71%-
HSV(B)181.02º26.82%86.27%-
XYZ52.9563.4177.16-
YUV201.77138.2898.92-

RGB Variations

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

RGB

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

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
Decimal1612192200.270.0000.14181.0245.7474.71
HexA1DBDC1B00Eb52e4b
Octal24133333433001626556113
Binary10100001110110111101110011011001110101101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBDC; }

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

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

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

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

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

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

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

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