Shades of Morning Glory #AACBCF
Tints of Morning Glory #AACBCF
RGB
CMYK
RGB Variations
Color information
#AACBCF (or 0xAACBCF) is known color: Morning Glory. HEX triplet: AA, CB and CF. RGB value is (170,203,207). Sum of RGB (Red+Green+Blue) = 170+203+207=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #AACBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBCF is #553430. Grayscale: #C1C1C1. Windows color (decimal): -5583921 or 13618090. OLE color: 13618090.
HSL color Cylindrical-coordinate representation of color #AACBCF: hue angle of 186.49º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACBCF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 203 | 207 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.19 |
| HSL | 186.49º | 0.28% | 0.74% | - |
| HSV(B) | 186.49º | 0.18% | 0.81% | - |
| XYZ | 49.2 | 55.76 | 67.2 | - |
| YUV | 193.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 207 | 0.18 | 0.02 | 0 | 0.19 | 186.49 | 0.28 | 0.74 |
| Hex | AA | CB | CF | 12 | 2 | 0 | 13 | BA | 1C | 4A |
| Octal | 252 | 313 | 317 | 22 | 2 | 0 | 23 | 272 | 34 | 112 |
| Binary | 10101010 | 11001011 | 11001111 | 10010 | 10 | 0 | 10011 | 10111010 | 11100 | 1001010 |
Color Harmonies of #AACBCF
Complementary color
Monochromatic Colors of #AACBCF
Black with #AACBCF
Text Example
Text Example
White with #AACBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBCF; }
p { color: rgb(170,203,207); }
H1.HeaderClassName
{
color: #AACBCF;
}
.AnyTagClassName
{
color: #AACBCF;
}
</style>
background-color css
<style>
a { background-color: #AACBCF; }
a { background-color: rgb(170,203,207); }
div.DivClassName
{
background-color: #AACBCF;
}
.BgClassName
{
background-color: #AACBCF;
}
</style>
border-color css
<style>
span { border-color: #AACBCF; }
span { border-color: rgb(170,203,207); }
td.TdClassName
{
border-color: #AACBCF;
}
.TagClassName
{
border-color: #AACBCF;
}
</style>