#A2D2D8

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

Shades of Morning Glory #A2D2D8

Tints of Morning Glory #A2D2D8

Color information

#A2D2D8 (or 0xA2D2D8) is unknown color: approx Morning Glory. HEX triplet: A2, D2 and D8. RGB value is (162,210,216). Sum of RGB (Red+Green+Blue) = 162+210+216=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #A2D2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D2D8 is #5D2D27. Grayscale: #C4C4C4. Windows color (decimal): -6106408 or 14209698. OLE color: 14209698.

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

Color convert

RGB162210216-
CMYK0.250.0300.15
HSL186.67º40.91%74.12%-
HSV(B)186.67º25%84.71%-
XYZ50.3458.7373.65-
YUV196.33139.1103.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 210 (82.42% from 255) = 35.71%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=27.55%
G=35.71%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622102160.250.0300.15186.6740.9174.12
HexA2D2D81930Fbb294a
Octal24232233031301727351112
Binary101000101101001011011000110011101111101110111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D2D8; }

 p { color: rgb(162,210,216); }

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

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

 a { background-color: rgb(162,210,216); }

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

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

 span { border-color: rgb(162,210,216); }

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