Shades of Morning Glory #9ACFCC
Tints of Morning Glory #9ACFCC
RGB
CMYK
RGB Variations
Color information
#9ACFCC (or 0x9ACFCC) is known color: Morning Glory. HEX triplet: 9A, CF and CC. RGB value is (154,207,204). Sum of RGB (Red+Green+Blue) = 154+207+204=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFCC is #653033. Grayscale: #BEBEBE. Windows color (decimal): -6631476 or 13422490. OLE color: 13422490.
HSL color Cylindrical-coordinate representation of color #9ACFCC: hue angle of 176.6º 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 #9ACFCC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 204 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.19 |
| HSL | 176.6º | 0.36% | 0.71% | - |
| HSV(B) | 176.6º | 0.26% | 0.81% | - |
| XYZ | 46.54 | 55.86 | 65.46 | - |
| YUV | 190.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 204 | 0.26 | 0 | 0.01 | 0.19 | 176.6 | 0.36 | 0.71 |
| Hex | 9A | CF | CC | 1A | 0 | 1 | 13 | B1 | 24 | 47 |
| Octal | 232 | 317 | 314 | 32 | 0 | 1 | 23 | 261 | 44 | 107 |
| Binary | 10011010 | 11001111 | 11001100 | 11010 | 0 | 1 | 10011 | 10110001 | 100100 | 1000111 |
Color Harmonies of #9ACFCC
Complementary color
Monochromatic Colors of #9ACFCC
Black with #9ACFCC
Text Example
Text Example
White with #9ACFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFCC; }
p { color: rgb(154,207,204); }
H1.HeaderClassName
{
color: #9ACFCC;
}
.AnyTagClassName
{
color: #9ACFCC;
}
</style>
background-color css
<style>
a { background-color: #9ACFCC; }
a { background-color: rgb(154,207,204); }
div.DivClassName
{
background-color: #9ACFCC;
}
.BgClassName
{
background-color: #9ACFCC;
}
</style>
border-color css
<style>
span { border-color: #9ACFCC; }
span { border-color: rgb(154,207,204); }
td.TdClassName
{
border-color: #9ACFCC;
}
.TagClassName
{
border-color: #9ACFCC;
}
</style>