Shades of Morning Glory #ABCED0
Tints of Morning Glory #ABCED0
RGB
CMYK
RGB Variations
Color information
#ABCED0 (or 0xABCED0) is known color: Morning Glory. HEX triplet: AB, CE and D0. RGB value is (171,206,208). Sum of RGB (Red+Green+Blue) = 171+206+208=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 206 (80.86% from 255 or 35.21% 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 #ABCED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED0 is #54312F. Grayscale: #C3C3C3. Windows color (decimal): -5517616 or 13684395. OLE color: 13684395.
HSL color Cylindrical-coordinate representation of color #ABCED0: hue angle of 183.24º degrees, saturation: 0.28, 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 #ABCED0 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 206 | 208 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.18 |
| HSL | 183.24º | 0.28% | 0.74% | - |
| HSV(B) | 183.24º | 0.18% | 0.82% | - |
| XYZ | 50.25 | 57.35 | 68.1 | - |
| YUV | 195.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 208 | 0.18 | 0.01 | 0 | 0.18 | 183.24 | 0.28 | 0.74 |
| Hex | AB | CE | D0 | 12 | 1 | 0 | 12 | B7 | 1C | 4A |
| Octal | 253 | 316 | 320 | 22 | 1 | 0 | 22 | 267 | 34 | 112 |
| Binary | 10101011 | 11001110 | 11010000 | 10010 | 1 | 0 | 10010 | 10110111 | 11100 | 1001010 |
Color Harmonies of #ABCED0
Complementary color
Monochromatic Colors of #ABCED0
Black with #ABCED0
Text Example
Text Example
White with #ABCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCED0; }
p { color: rgb(171,206,208); }
H1.HeaderClassName
{
color: #ABCED0;
}
.AnyTagClassName
{
color: #ABCED0;
}
</style>
background-color css
<style>
a { background-color: #ABCED0; }
a { background-color: rgb(171,206,208); }
div.DivClassName
{
background-color: #ABCED0;
}
.BgClassName
{
background-color: #ABCED0;
}
</style>
border-color css
<style>
span { border-color: #ABCED0; }
span { border-color: rgb(171,206,208); }
td.TdClassName
{
border-color: #ABCED0;
}
.TagClassName
{
border-color: #ABCED0;
}
</style>