#ACD3D5

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

Shades of Morning Glory #ACD3D5

Tints of Morning Glory #ACD3D5

Color information

#ACD3D5 (or 0xACD3D5) is unknown color: approx Morning Glory. HEX triplet: AC, D3 and D5. RGB value is (172,211,213). Sum of RGB (Red+Green+Blue) = 172+211+213=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACD3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3D5 is #532C2A. Grayscale: #C7C7C7. Windows color (decimal): -5450795 or 14013356. OLE color: 14013356.

HSL color Cylindrical-coordinate representation of color #ACD3D5: hue angle of 182.93º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD3D5 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172211213-
CMYK0.190.0100.16
HSL182.93º32.8%75.49%-
HSV(B)182.93º19.25%83.53%-
XYZ52.3260.1671.81-
YUV199.57135.58108.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=28.86%
G=35.40%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722112130.190.0100.16182.9332.875.49
HexACD3D5131010b7214b
Octal25432332523102026741113
Binary101011001101001111010101100111010000101101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3D5; }

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

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

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

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

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

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

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

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