#A2D4DA

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

Shades of Morning Glory #A2D4DA

Tints of Morning Glory #A2D4DA

Color information

#A2D4DA (or 0xA2D4DA) is unknown color: approx Morning Glory. HEX triplet: A2, D4 and DA. RGB value is (162,212,218). Sum of RGB (Red+Green+Blue) = 162+212+218=592 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.36% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #A2D4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D4DA is #5D2B25. Grayscale: #C5C5C5. Windows color (decimal): -6105894 or 14341282. OLE color: 14341282.

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

Color convert

RGB162212218-
CMYK0.260.0300.15
HSL186.43º43.08%74.51%-
HSV(B)186.43º25.69%85.49%-
XYZ51.159.8375.18-
YUV197.73139.44102.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.36%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=27.36%
G=35.81%
B=36.82%

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
Decimal1622122180.260.0300.15186.4343.0874.51
HexA2D4DA1A30Fba2b4b
Octal24232433232301727253113
Binary101000101101010011011010110101101111101110101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D4DA; }

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

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

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

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

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

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

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

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