#A2D7DC

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

Shades of Morning Glory #A2D7DC

Tints of Morning Glory #A2D7DC

Color information

#A2D7DC (or 0xA2D7DC) is unknown color: approx Morning Glory. HEX triplet: A2, D7 and DC. RGB value is (162,215,220). Sum of RGB (Red+Green+Blue) = 162+215+220=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7DC is #5D2823. Grayscale: #C7C7C7. Windows color (decimal): -6105124 or 14473122. OLE color: 14473122.

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

Color convert

RGB162215220-
CMYK0.260.0200.14
HSL185.17º45.31%74.9%-
HSV(B)185.17º26.36%86.27%-
XYZ52.1261.4576.82-
YUV199.72139.44101.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.14%
GREEN value IS 215 (84.38% from 255) = 36.01%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=27.14%
G=36.01%
B=36.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622152200.260.0200.14185.1745.3174.9
HexA2D7DC1A20Eb92d4b
Octal24232733432201627155113
Binary101000101101011111011100110101001110101110011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D7DC; }

 p { color: rgb(162,215,220); }

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

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

 a { background-color: rgb(162,215,220); }

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

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

 span { border-color: rgb(162,215,220); }

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