Shades of Morning Glory #92C5CB
Tints of Morning Glory #92C5CB
RGB
CMYK
RGB Variations
Color information
#92C5CB (or 0x92C5CB) is known color: Morning Glory. HEX triplet: 92, C5 and CB. RGB value is (146,197,203). Sum of RGB (Red+Green+Blue) = 146+197+203=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #92C5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5CB is #6D3A34. Grayscale: #B6B6B6. Windows color (decimal): -7158325 or 13354386. OLE color: 13354386.
HSL color Cylindrical-coordinate representation of color #92C5CB: hue angle of 186.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92C5CB is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 197 | 203 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.20 |
| HSL | 186.32º | 0.35% | 0.68% | - |
| HSV(B) | 186.32º | 0.28% | 0.8% | - |
| XYZ | 42.6 | 50.36 | 63.97 | - |
| YUV | 182.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 203 | 0.28 | 0.03 | 0 | 0.20 | 186.32 | 0.35 | 0.68 |
| Hex | 92 | C5 | CB | 1C | 3 | 0 | 14 | BA | 23 | 44 |
| Octal | 222 | 305 | 313 | 34 | 3 | 0 | 24 | 272 | 43 | 104 |
| Binary | 10010010 | 11000101 | 11001011 | 11100 | 11 | 0 | 10100 | 10111010 | 100011 | 1000100 |
Color Harmonies of #92C5CB
Complementary color
Monochromatic Colors of #92C5CB
Black with #92C5CB
Text Example
Text Example
White with #92C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5CB; }
p { color: rgb(146,197,203); }
H1.HeaderClassName
{
color: #92C5CB;
}
.AnyTagClassName
{
color: #92C5CB;
}
</style>
background-color css
<style>
a { background-color: #92C5CB; }
a { background-color: rgb(146,197,203); }
div.DivClassName
{
background-color: #92C5CB;
}
.BgClassName
{
background-color: #92C5CB;
}
</style>
border-color css
<style>
span { border-color: #92C5CB; }
span { border-color: rgb(146,197,203); }
td.TdClassName
{
border-color: #92C5CB;
}
.TagClassName
{
border-color: #92C5CB;
}
</style>