Shades of Morning Glory #92CBCC
Tints of Morning Glory #92CBCC
RGB
CMYK
RGB Variations
Color information
#92CBCC (or 0x92CBCC) is known color: Morning Glory. HEX triplet: 92, CB and CC. RGB value is (146,203,204). Sum of RGB (Red+Green+Blue) = 146+203+204=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #92CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBCC is #6D3433. Grayscale: #BABABA. Windows color (decimal): -7156788 or 13421458. OLE color: 13421458.
HSL color Cylindrical-coordinate representation of color #92CBCC: hue angle of 181.03º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CBCC is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 203 | 204 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.2 |
| HSL | 181.03º | 0.36% | 0.69% | - |
| HSV(B) | 181.03º | 0.28% | 0.8% | - |
| XYZ | 44.11 | 53.18 | 65.07 | - |
| YUV | 186.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 204 | 0.28 | 0.00 | 0 | 0.2 | 181.03 | 0.36 | 0.69 |
| Hex | 92 | CB | CC | 1C | 0 | 0 | 14 | B5 | 24 | 45 |
| Octal | 222 | 313 | 314 | 34 | 0 | 0 | 24 | 265 | 44 | 105 |
| Binary | 10010010 | 11001011 | 11001100 | 11100 | 0 | 0 | 10100 | 10110101 | 100100 | 1000101 |
Color Harmonies of #92CBCC
Complementary color
Monochromatic Colors of #92CBCC
Black with #92CBCC
Text Example
Text Example
White with #92CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBCC; }
p { color: rgb(146,203,204); }
H1.HeaderClassName
{
color: #92CBCC;
}
.AnyTagClassName
{
color: #92CBCC;
}
</style>
background-color css
<style>
a { background-color: #92CBCC; }
a { background-color: rgb(146,203,204); }
div.DivClassName
{
background-color: #92CBCC;
}
.BgClassName
{
background-color: #92CBCC;
}
</style>
border-color css
<style>
span { border-color: #92CBCC; }
span { border-color: rgb(146,203,204); }
td.TdClassName
{
border-color: #92CBCC;
}
.TagClassName
{
border-color: #92CBCC;
}
</style>