#ACD6D9

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

Shades of Morning Glory #ACD6D9

Tints of Morning Glory #ACD6D9

Color information

#ACD6D9 (or 0xACD6D9) is unknown color: approx Morning Glory. HEX triplet: AC, D6 and D9. RGB value is (172,214,217). Sum of RGB (Red+Green+Blue) = 172+214+217=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACD6D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6D9 is #532926. Grayscale: #C9C9C9. Windows color (decimal): -5450023 or 14276268. OLE color: 14276268.

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

Color convert

RGB172214217-
CMYK0.210.0100.15
HSL184º37.19%76.27%-
HSV(B)184º20.74%85.1%-
XYZ53.5861.8774.76-
YUV201.78136.59106.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=28.52%
G=35.49%
B=35.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722142170.210.0100.1518437.1976.27
HexACD6D91510Fb8254c
Octal25432633125101727045114
Binary10101100110101101101100110101101111101110001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6D9; }

 p { color: rgb(172,214,217); }

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

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

 a { background-color: rgb(172,214,217); }

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

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

 span { border-color: rgb(172,214,217); }

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