Shades of Morning Glory #ABD0D3
Tints of Morning Glory #ABD0D3
RGB
CMYK
RGB Variations
Color information
#ABD0D3 (or 0xABD0D3) is known color: Morning Glory. HEX triplet: AB, D0 and D3. RGB value is (171,208,211). Sum of RGB (Red+Green+Blue) = 171+208+211=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABD0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0D3 is #542F2C. Grayscale: #C5C5C5. Windows color (decimal): -5517101 or 13881515. OLE color: 13881515.
HSL color Cylindrical-coordinate representation of color #ABD0D3: hue angle of 184.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD0D3 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 208 | 211 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.17 |
| HSL | 184.5º | 0.31% | 0.75% | - |
| HSV(B) | 184.5º | 0.19% | 0.83% | - |
| XYZ | 51.11 | 58.47 | 70.22 | - |
| YUV | 197.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 208 | 211 | 0.19 | 0.01 | 0 | 0.17 | 184.5 | 0.31 | 0.75 |
| Hex | AB | D0 | D3 | 13 | 1 | 0 | 11 | B8 | 1F | 4B |
| Octal | 253 | 320 | 323 | 23 | 1 | 0 | 21 | 270 | 37 | 113 |
| Binary | 10101011 | 11010000 | 11010011 | 10011 | 1 | 0 | 10001 | 10111000 | 11111 | 1001011 |
Color Harmonies of #ABD0D3
Complementary color
Monochromatic Colors of #ABD0D3
Black with #ABD0D3
Text Example
Text Example
White with #ABD0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD0D3; }
p { color: rgb(171,208,211); }
H1.HeaderClassName
{
color: #ABD0D3;
}
.AnyTagClassName
{
color: #ABD0D3;
}
</style>
background-color css
<style>
a { background-color: #ABD0D3; }
a { background-color: rgb(171,208,211); }
div.DivClassName
{
background-color: #ABD0D3;
}
.BgClassName
{
background-color: #ABD0D3;
}
</style>
border-color css
<style>
span { border-color: #ABD0D3; }
span { border-color: rgb(171,208,211); }
td.TdClassName
{
border-color: #ABD0D3;
}
.TagClassName
{
border-color: #ABD0D3;
}
</style>