Shades of Morning Glory #9ACCCF
Tints of Morning Glory #9ACCCF
RGB
CMYK
RGB Variations
Color information
#9ACCCF (or 0x9ACCCF) is known color: Morning Glory. HEX triplet: 9A, CC and CF. RGB value is (154,204,207). Sum of RGB (Red+Green+Blue) = 154+204+207=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ACCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCCF is #653330. Grayscale: #BDBDBD. Windows color (decimal): -6632241 or 13618330. OLE color: 13618330.
HSL color Cylindrical-coordinate representation of color #9ACCCF: hue angle of 183.4º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACCCF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 204 | 207 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.19 |
| HSL | 183.4º | 0.36% | 0.71% | - |
| HSV(B) | 183.4º | 0.26% | 0.81% | - |
| XYZ | 46.18 | 54.56 | 67.13 | - |
| YUV | 189.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 207 | 0.26 | 0.01 | 0 | 0.19 | 183.4 | 0.36 | 0.71 |
| Hex | 9A | CC | CF | 1A | 1 | 0 | 13 | B7 | 24 | 47 |
| Octal | 232 | 314 | 317 | 32 | 1 | 0 | 23 | 267 | 44 | 107 |
| Binary | 10011010 | 11001100 | 11001111 | 11010 | 1 | 0 | 10011 | 10110111 | 100100 | 1000111 |
Color Harmonies of #9ACCCF
Complementary color
Monochromatic Colors of #9ACCCF
Black with #9ACCCF
Text Example
Text Example
White with #9ACCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCCF; }
p { color: rgb(154,204,207); }
H1.HeaderClassName
{
color: #9ACCCF;
}
.AnyTagClassName
{
color: #9ACCCF;
}
</style>
background-color css
<style>
a { background-color: #9ACCCF; }
a { background-color: rgb(154,204,207); }
div.DivClassName
{
background-color: #9ACCCF;
}
.BgClassName
{
background-color: #9ACCCF;
}
</style>
border-color css
<style>
span { border-color: #9ACCCF; }
span { border-color: rgb(154,204,207); }
td.TdClassName
{
border-color: #9ACCCF;
}
.TagClassName
{
border-color: #9ACCCF;
}
</style>