#ACD5D9

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

Shades of Morning Glory #ACD5D9

Tints of Morning Glory #ACD5D9

Color information

#ACD5D9 (or 0xACD5D9) is unknown color: approx Morning Glory. HEX triplet: AC, D5 and D9. RGB value is (172,213,217). Sum of RGB (Red+Green+Blue) = 172+213+217=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACD5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5D9 is #532A26. Grayscale: #C9C9C9. Windows color (decimal): -5450279 or 14276012. OLE color: 14276012.

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

Color convert

RGB172213217-
CMYK0.210.0200.15
HSL185.33º37.19%76.27%-
HSV(B)185.33º20.74%85.1%-
XYZ53.3361.3774.68-
YUV201.2136.92107.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=28.57%
G=35.38%
B=36.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722132170.210.0200.15185.3337.1976.27
HexACD5D91520Fb9254c
Octal25432533125201727145114
Binary101011001101010111011001101011001111101110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5D9; }

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

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

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

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

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

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

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

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