#A1DBDA

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

Shades of Morning Glory #A1DBDA

Tints of Morning Glory #A1DBDA

Color information

#A1DBDA (or 0xA1DBDA) is unknown color: approx Morning Glory. HEX triplet: A1, DB and DA. RGB value is (161,219,218). Sum of RGB (Red+Green+Blue) = 161+219+218=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBDA is #5E2425. Grayscale: #C9C9C9. Windows color (decimal): -6169638 or 14343073. OLE color: 14343073.

HSL color Cylindrical-coordinate representation of color #A1DBDA: hue angle of 178.97º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBDA is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB161219218-
CMYK0.2600.000.14
HSL178.97º44.62%74.51%-
HSV(B)178.97º26.48%85.88%-
XYZ52.6863.375.77-
YUV201.54137.2899.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=26.92%
G=36.62%
B=36.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612192180.2600.000.14178.9744.6274.51
HexA1DBDA1A00Eb32d4b
Octal24133333232001626355113
Binary10100001110110111101101011010001110101100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBDA; }

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

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

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

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

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

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

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

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