Shades of Morning Glory #9ACDD3
Tints of Morning Glory #9ACDD3
RGB
CMYK
RGB Variations
Color information
#9ACDD3 (or 0x9ACDD3) is known color: Morning Glory. HEX triplet: 9A, CD and D3. RGB value is (154,205,211). Sum of RGB (Red+Green+Blue) = 154+205+211=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #9ACDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDD3 is #65322C. Grayscale: #BEBEBE. Windows color (decimal): -6631981 or 13880730. OLE color: 13880730.
HSL color Cylindrical-coordinate representation of color #9ACDD3: hue angle of 186.32º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ACDD3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 205 | 211 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.17 |
| HSL | 186.32º | 0.39% | 0.72% | - |
| HSV(B) | 186.32º | 0.27% | 0.83% | - |
| XYZ | 46.92 | 55.24 | 69.82 | - |
| YUV | 190.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 211 | 0.27 | 0.03 | 0 | 0.17 | 186.32 | 0.39 | 0.72 |
| Hex | 9A | CD | D3 | 1B | 3 | 0 | 11 | BA | 27 | 48 |
| Octal | 232 | 315 | 323 | 33 | 3 | 0 | 21 | 272 | 47 | 110 |
| Binary | 10011010 | 11001101 | 11010011 | 11011 | 11 | 0 | 10001 | 10111010 | 100111 | 1001000 |
Color Harmonies of #9ACDD3
Complementary color
Monochromatic Colors of #9ACDD3
Black with #9ACDD3
Text Example
Text Example
White with #9ACDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDD3; }
p { color: rgb(154,205,211); }
H1.HeaderClassName
{
color: #9ACDD3;
}
.AnyTagClassName
{
color: #9ACDD3;
}
</style>
background-color css
<style>
a { background-color: #9ACDD3; }
a { background-color: rgb(154,205,211); }
div.DivClassName
{
background-color: #9ACDD3;
}
.BgClassName
{
background-color: #9ACDD3;
}
</style>
border-color css
<style>
span { border-color: #9ACDD3; }
span { border-color: rgb(154,205,211); }
td.TdClassName
{
border-color: #9ACDD3;
}
.TagClassName
{
border-color: #9ACDD3;
}
</style>