Shades of Morning Glory #ABCCCF
Tints of Morning Glory #ABCCCF
RGB
CMYK
RGB Variations
Color information
#ABCCCF (or 0xABCCCF) is known color: Morning Glory. HEX triplet: AB, CC and CF. RGB value is (171,204,207). Sum of RGB (Red+Green+Blue) = 171+204+207=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABCCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCF is #543330. Grayscale: #C2C2C2. Windows color (decimal): -5518129 or 13618347. OLE color: 13618347.
HSL color Cylindrical-coordinate representation of color #ABCCCF: hue angle of 185º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCCCF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 204 | 207 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.19 |
| HSL | 185º | 0.27% | 0.74% | - |
| HSV(B) | 185º | 0.17% | 0.81% | - |
| XYZ | 49.65 | 56.35 | 67.29 | - |
| YUV | 194.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 207 | 0.17 | 0.01 | 0 | 0.19 | 185 | 0.27 | 0.74 |
| Hex | AB | CC | CF | 11 | 1 | 0 | 13 | B9 | 1B | 4A |
| Octal | 253 | 314 | 317 | 21 | 1 | 0 | 23 | 271 | 33 | 112 |
| Binary | 10101011 | 11001100 | 11001111 | 10001 | 1 | 0 | 10011 | 10111001 | 11011 | 1001010 |
Color Harmonies of #ABCCCF
Complementary color
Monochromatic Colors of #ABCCCF
Black with #ABCCCF
Text Example
Text Example
White with #ABCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCCF; }
p { color: rgb(171,204,207); }
H1.HeaderClassName
{
color: #ABCCCF;
}
.AnyTagClassName
{
color: #ABCCCF;
}
</style>
background-color css
<style>
a { background-color: #ABCCCF; }
a { background-color: rgb(171,204,207); }
div.DivClassName
{
background-color: #ABCCCF;
}
.BgClassName
{
background-color: #ABCCCF;
}
</style>
border-color css
<style>
span { border-color: #ABCCCF; }
span { border-color: rgb(171,204,207); }
td.TdClassName
{
border-color: #ABCCCF;
}
.TagClassName
{
border-color: #ABCCCF;
}
</style>