#A1D4DA

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

Shades of Morning Glory #A1D4DA

Tints of Morning Glory #A1D4DA

Color information

#A1D4DA (or 0xA1D4DA) is unknown color: approx Morning Glory. HEX triplet: A1, D4 and DA. RGB value is (161,212,218). Sum of RGB (Red+Green+Blue) = 161+212+218=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1D4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4DA is #5E2B25. Grayscale: #C5C5C5. Windows color (decimal): -6171430 or 14341281. OLE color: 14341281.

HSL color Cylindrical-coordinate representation of color #A1D4DA: hue angle of 186.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D4DA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161212218-
CMYK0.260.0300.15
HSL186.32º43.51%74.31%-
HSV(B)186.32º26.15%85.49%-
XYZ50.959.7375.18-
YUV197.43139.6102.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=27.24%
G=35.87%
B=36.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612122180.260.0300.15186.3243.5174.31
HexA1D4DA1A30Fba2c4a
Octal24132433232301727254112
Binary101000011101010011011010110101101111101110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4DA; }

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

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

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

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

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

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

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

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