Shades of Morning Glory #99CBCC
Tints of Morning Glory #99CBCC
RGB
CMYK
RGB Variations
Color information
#99CBCC (or 0x99CBCC) is known color: Morning Glory. HEX triplet: 99, CB and CC. RGB value is (153,203,204). Sum of RGB (Red+Green+Blue) = 153+203+204=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #99CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBCC is #663433. Grayscale: #BCBCBC. Windows color (decimal): -6698036 or 13421465. OLE color: 13421465.
HSL color Cylindrical-coordinate representation of color #99CBCC: hue angle of 181.18º 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 #99CBCC is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 203 | 204 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.2 |
| HSL | 181.18º | 0.33% | 0.7% | - |
| HSV(B) | 181.18º | 0.25% | 0.8% | - |
| XYZ | 45.39 | 53.84 | 65.13 | - |
| YUV | 188.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 204 | 0.25 | 0.00 | 0 | 0.2 | 181.18 | 0.33 | 0.7 |
| Hex | 99 | CB | CC | 19 | 0 | 0 | 14 | B5 | 21 | 46 |
| Octal | 231 | 313 | 314 | 31 | 0 | 0 | 24 | 265 | 41 | 106 |
| Binary | 10011001 | 11001011 | 11001100 | 11001 | 0 | 0 | 10100 | 10110101 | 100001 | 1000110 |
Color Harmonies of #99CBCC
Complementary color
Monochromatic Colors of #99CBCC
Black with #99CBCC
Text Example
Text Example
White with #99CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CBCC; }
p { color: rgb(153,203,204); }
H1.HeaderClassName
{
color: #99CBCC;
}
.AnyTagClassName
{
color: #99CBCC;
}
</style>
background-color css
<style>
a { background-color: #99CBCC; }
a { background-color: rgb(153,203,204); }
div.DivClassName
{
background-color: #99CBCC;
}
.BgClassName
{
background-color: #99CBCC;
}
</style>
border-color css
<style>
span { border-color: #99CBCC; }
span { border-color: rgb(153,203,204); }
td.TdClassName
{
border-color: #99CBCC;
}
.TagClassName
{
border-color: #99CBCC;
}
</style>