Shades of Morning Glory #9AD0CC
Tints of Morning Glory #9AD0CC
RGB
CMYK
RGB Variations
Color information
#9AD0CC (or 0x9AD0CC) is known color: Morning Glory. HEX triplet: 9A, D0 and CC. RGB value is (154,208,204). Sum of RGB (Red+Green+Blue) = 154+208+204=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD0CC is #652F33. Grayscale: #BFBFBF. Windows color (decimal): -6631220 or 13422746. OLE color: 13422746.
HSL color Cylindrical-coordinate representation of color #9AD0CC: hue angle of 175.56º 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 #9AD0CC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 204 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.18 |
| HSL | 175.56º | 0.36% | 0.71% | - |
| HSV(B) | 175.56º | 0.26% | 0.82% | - |
| XYZ | 46.78 | 56.34 | 65.54 | - |
| YUV | 191.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 204 | 0.26 | 0 | 0.02 | 0.18 | 175.56 | 0.36 | 0.71 |
| Hex | 9A | D0 | CC | 1A | 0 | 2 | 12 | B0 | 24 | 47 |
| Octal | 232 | 320 | 314 | 32 | 0 | 2 | 22 | 260 | 44 | 107 |
| Binary | 10011010 | 11010000 | 11001100 | 11010 | 0 | 10 | 10010 | 10110000 | 100100 | 1000111 |
Color Harmonies of #9AD0CC
Complementary color
Monochromatic Colors of #9AD0CC
Black with #9AD0CC
Text Example
Text Example
White with #9AD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0CC; }
p { color: rgb(154,208,204); }
H1.HeaderClassName
{
color: #9AD0CC;
}
.AnyTagClassName
{
color: #9AD0CC;
}
</style>
background-color css
<style>
a { background-color: #9AD0CC; }
a { background-color: rgb(154,208,204); }
div.DivClassName
{
background-color: #9AD0CC;
}
.BgClassName
{
background-color: #9AD0CC;
}
</style>
border-color css
<style>
span { border-color: #9AD0CC; }
span { border-color: rgb(154,208,204); }
td.TdClassName
{
border-color: #9AD0CC;
}
.TagClassName
{
border-color: #9AD0CC;
}
</style>