#ABD7DA

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

Shades of Morning Glory #ABD7DA

Tints of Morning Glory #ABD7DA

Color information

#ABD7DA (or 0xABD7DA) is unknown color: approx Morning Glory. HEX triplet: AB, D7 and DA. RGB value is (171,215,218). Sum of RGB (Red+Green+Blue) = 171+215+218=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABD7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7DA is #542825. Grayscale: #CACACA. Windows color (decimal): -5515302 or 14342059. OLE color: 14342059.

HSL color Cylindrical-coordinate representation of color #ABD7DA: hue angle of 183.83º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD7DA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171215218-
CMYK0.220.0100.15
HSL183.83º38.84%76.27%-
HSV(B)183.83º21.56%85.49%-
XYZ53.7562.3275.53-
YUV202.19136.92105.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=28.31%
G=35.60%
B=36.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712152180.220.0100.15183.8338.8476.27
HexABD7DA1610Fb8274c
Octal25332733226101727047114
Binary10101011110101111101101010110101111101110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7DA; }

 p { color: rgb(171,215,218); }

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

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

 a { background-color: rgb(171,215,218); }

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

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

 span { border-color: rgb(171,215,218); }

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