Shades of Morning Glory #9ACDD1
Tints of Morning Glory #9ACDD1
RGB
CMYK
RGB Variations
Color information
#9ACDD1 (or 0x9ACDD1) is known color: Morning Glory. HEX triplet: 9A, CD and D1. RGB value is (154,205,209). Sum of RGB (Red+Green+Blue) = 154+205+209=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #9ACDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDD1 is #65322E. Grayscale: #BEBEBE. Windows color (decimal): -6631983 or 13749658. OLE color: 13749658.
HSL color Cylindrical-coordinate representation of color #9ACDD1: hue angle of 184.36º degrees, saturation: 0.37, 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 #9ACDD1 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 205 | 209 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.18 |
| HSL | 184.36º | 0.37% | 0.71% | - |
| HSV(B) | 184.36º | 0.26% | 0.82% | - |
| XYZ | 46.67 | 55.14 | 68.5 | - |
| YUV | 190.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 209 | 0.26 | 0.02 | 0 | 0.18 | 184.36 | 0.37 | 0.71 |
| Hex | 9A | CD | D1 | 1A | 2 | 0 | 12 | B8 | 25 | 47 |
| Octal | 232 | 315 | 321 | 32 | 2 | 0 | 22 | 270 | 45 | 107 |
| Binary | 10011010 | 11001101 | 11010001 | 11010 | 10 | 0 | 10010 | 10111000 | 100101 | 1000111 |
Color Harmonies of #9ACDD1
Complementary color
Monochromatic Colors of #9ACDD1
Black with #9ACDD1
Text Example
Text Example
White with #9ACDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDD1; }
p { color: rgb(154,205,209); }
H1.HeaderClassName
{
color: #9ACDD1;
}
.AnyTagClassName
{
color: #9ACDD1;
}
</style>
background-color css
<style>
a { background-color: #9ACDD1; }
a { background-color: rgb(154,205,209); }
div.DivClassName
{
background-color: #9ACDD1;
}
.BgClassName
{
background-color: #9ACDD1;
}
</style>
border-color css
<style>
span { border-color: #9ACDD1; }
span { border-color: rgb(154,205,209); }
td.TdClassName
{
border-color: #9ACDD1;
}
.TagClassName
{
border-color: #9ACDD1;
}
</style>