#ABD6DA

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

Shades of Morning Glory #ABD6DA

Tints of Morning Glory #ABD6DA

Color information

#ABD6DA (or 0xABD6DA) is unknown color: approx Morning Glory. HEX triplet: AB, D6 and DA. RGB value is (171,214,218). Sum of RGB (Red+Green+Blue) = 171+214+218=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABD6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6DA is #542925. Grayscale: #C9C9C9. Windows color (decimal): -5515558 or 14341803. OLE color: 14341803.

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

Color convert

RGB171214218-
CMYK0.220.0200.15
HSL185.11º38.84%76.27%-
HSV(B)185.11º21.56%85.49%-
XYZ53.561.8175.44-
YUV201.6137.25106.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=28.36%
G=35.49%
B=36.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712142180.220.0200.15185.1138.8476.27
HexABD6DA1620Fb9274c
Octal25332633226201727147114
Binary101010111101011011011010101101001111101110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6DA; }

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

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

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

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

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

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

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

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