#AACFD1

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

Shades of Morning Glory #AACFD1

Tints of Morning Glory #AACFD1

Color information

#AACFD1 (or 0xAACFD1) is unknown color: approx Morning Glory. HEX triplet: AA, CF and D1. RGB value is (170,207,209). Sum of RGB (Red+Green+Blue) = 170+207+209=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #AACFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD1 is #55302E. Grayscale: #C4C4C4. Windows color (decimal): -5582895 or 13750186. OLE color: 13750186.

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

Color convert

RGB170207209-
CMYK0.190.0100.18
HSL183.08º29.77%74.31%-
HSV(B)183.08º18.66%81.96%-
XYZ50.457.7868.82-
YUV196.16135.24109.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=29.01%
G=35.32%
B=35.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702072090.190.0100.18183.0829.7774.31
HexAACFD1131012b71e4a
Octal25231732123102226736112
Binary10101010110011111101000110011101001010110111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFD1; }

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

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

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

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

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

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

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

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