Shades of Morning Glory #99C5CC
Tints of Morning Glory #99C5CC
RGB
CMYK
RGB Variations
Color information
#99C5CC (or 0x99C5CC) is known color: Morning Glory. HEX triplet: 99, C5 and CC. RGB value is (153,197,204). Sum of RGB (Red+Green+Blue) = 153+197+204=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #99C5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5CC is #663A33. Grayscale: #B8B8B8. Windows color (decimal): -6699572 or 13419929. OLE color: 13419929.
HSL color Cylindrical-coordinate representation of color #99C5CC: hue angle of 188.24º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99C5CC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 197 | 204 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.2 |
| HSL | 188.24º | 0.33% | 0.7% | - |
| HSV(B) | 188.24º | 0.25% | 0.8% | - |
| XYZ | 44 | 51.06 | 64.66 | - |
| YUV | 184.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 204 | 0.25 | 0.03 | 0 | 0.2 | 188.24 | 0.33 | 0.7 |
| Hex | 99 | C5 | CC | 19 | 3 | 0 | 14 | BC | 21 | 46 |
| Octal | 231 | 305 | 314 | 31 | 3 | 0 | 24 | 274 | 41 | 106 |
| Binary | 10011001 | 11000101 | 11001100 | 11001 | 11 | 0 | 10100 | 10111100 | 100001 | 1000110 |
Color Harmonies of #99C5CC
Complementary color
Monochromatic Colors of #99C5CC
Black with #99C5CC
Text Example
Text Example
White with #99C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5CC; }
p { color: rgb(153,197,204); }
H1.HeaderClassName
{
color: #99C5CC;
}
.AnyTagClassName
{
color: #99C5CC;
}
</style>
background-color css
<style>
a { background-color: #99C5CC; }
a { background-color: rgb(153,197,204); }
div.DivClassName
{
background-color: #99C5CC;
}
.BgClassName
{
background-color: #99C5CC;
}
</style>
border-color css
<style>
span { border-color: #99C5CC; }
span { border-color: rgb(153,197,204); }
td.TdClassName
{
border-color: #99C5CC;
}
.TagClassName
{
border-color: #99C5CC;
}
</style>