Shades of Morning Glory #9AD0CF
Tints of Morning Glory #9AD0CF
RGB
CMYK
RGB Variations
Color information
#9AD0CF (or 0x9AD0CF) is known color: Morning Glory. HEX triplet: 9A, D0 and CF. RGB value is (154,208,207). Sum of RGB (Red+Green+Blue) = 154+208+207=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD0CF is #652F30. Grayscale: #BFBFBF. Windows color (decimal): -6631217 or 13619354. OLE color: 13619354.
HSL color Cylindrical-coordinate representation of color #9AD0CF: hue angle of 178.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AD0CF is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 207 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.18 |
| HSL | 178.89º | 0.36% | 0.71% | - |
| HSV(B) | 178.89º | 0.26% | 0.82% | - |
| XYZ | 47.14 | 56.49 | 67.45 | - |
| YUV | 191.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 207 | 0.26 | 0 | 0.00 | 0.18 | 178.89 | 0.36 | 0.71 |
| Hex | 9A | D0 | CF | 1A | 0 | 0 | 12 | B3 | 24 | 47 |
| Octal | 232 | 320 | 317 | 32 | 0 | 0 | 22 | 263 | 44 | 107 |
| Binary | 10011010 | 11010000 | 11001111 | 11010 | 0 | 0 | 10010 | 10110011 | 100100 | 1000111 |
Color Harmonies of #9AD0CF
Complementary color
Monochromatic Colors of #9AD0CF
Black with #9AD0CF
Text Example
Text Example
White with #9AD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0CF; }
p { color: rgb(154,208,207); }
H1.HeaderClassName
{
color: #9AD0CF;
}
.AnyTagClassName
{
color: #9AD0CF;
}
</style>
background-color css
<style>
a { background-color: #9AD0CF; }
a { background-color: rgb(154,208,207); }
div.DivClassName
{
background-color: #9AD0CF;
}
.BgClassName
{
background-color: #9AD0CF;
}
</style>
border-color css
<style>
span { border-color: #9AD0CF; }
span { border-color: rgb(154,208,207); }
td.TdClassName
{
border-color: #9AD0CF;
}
.TagClassName
{
border-color: #9AD0CF;
}
</style>