Shades of Morning Glory #ABCECF
Tints of Morning Glory #ABCECF
RGB
CMYK
RGB Variations
Color information
#ABCECF (or 0xABCECF) is known color: Morning Glory. HEX triplet: AB, CE and CF. RGB value is (171,206,207). Sum of RGB (Red+Green+Blue) = 171+206+207=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCECF is #543130. Grayscale: #C3C3C3. Windows color (decimal): -5517617 or 13618859. OLE color: 13618859.
HSL color Cylindrical-coordinate representation of color #ABCECF: hue angle of 181.67º 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 #ABCECF is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 207 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.19 |
| HSL | 181.67º | 0.27% | 0.74% | - |
| HSV(B) | 181.67º | 0.17% | 0.81% | - |
| XYZ | 50.13 | 57.31 | 67.45 | - |
| YUV | 195.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 207 | 0.17 | 0.00 | 0 | 0.19 | 181.67 | 0.27 | 0.74 |
| Hex | AB | CE | CF | 11 | 0 | 0 | 13 | B6 | 1B | 4A |
| Octal | 253 | 316 | 317 | 21 | 0 | 0 | 23 | 266 | 33 | 112 |
| Binary | 10101011 | 11001110 | 11001111 | 10001 | 0 | 0 | 10011 | 10110110 | 11011 | 1001010 |
Color Harmonies of #ABCECF
Complementary color
Monochromatic Colors of #ABCECF
Black with #ABCECF
Text Example
Text Example
White with #ABCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCECF; }
p { color: rgb(171,206,207); }
H1.HeaderClassName
{
color: #ABCECF;
}
.AnyTagClassName
{
color: #ABCECF;
}
</style>
background-color css
<style>
a { background-color: #ABCECF; }
a { background-color: rgb(171,206,207); }
div.DivClassName
{
background-color: #ABCECF;
}
.BgClassName
{
background-color: #ABCECF;
}
</style>
border-color css
<style>
span { border-color: #ABCECF; }
span { border-color: rgb(171,206,207); }
td.TdClassName
{
border-color: #ABCECF;
}
.TagClassName
{
border-color: #ABCECF;
}
</style>