#AACFD0

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

Shades of Morning Glory #AACFD0

Tints of Morning Glory #AACFD0

Color information

#AACFD0 (or 0xAACFD0) is unknown color: approx Morning Glory. HEX triplet: AA, CF and D0. RGB value is (170,207,208). Sum of RGB (Red+Green+Blue) = 170+207+208=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #AACFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD0 is #55302F. Grayscale: #C4C4C4. Windows color (decimal): -5582896 or 13684650. OLE color: 13684650.

HSL color Cylindrical-coordinate representation of color #AACFD0: hue angle of 181.58º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACFD0 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170207208-
CMYK0.180.0000.18
HSL181.58º28.79%74.12%-
HSV(B)181.58º18.27%81.57%-
XYZ50.2857.7368.17-
YUV196.05134.74109.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=29.06%
G=35.38%
B=35.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702072080.180.0000.18181.5828.7974.12
HexAACFD0120012b61d4a
Octal25231732022002226635112
Binary10101010110011111101000010010001001010110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFD0; }

 p { color: rgb(170,207,208); }

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

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

 a { background-color: rgb(170,207,208); }

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

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

 span { border-color: rgb(170,207,208); }

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