Shades of Morning Glory #92C5CE
Tints of Morning Glory #92C5CE
RGB
CMYK
RGB Variations
Color information
#92C5CE (or 0x92C5CE) is known color: Morning Glory. HEX triplet: 92, C5 and CE. RGB value is (146,197,206). Sum of RGB (Red+Green+Blue) = 146+197+206=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #92C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5CE is #6D3A31. Grayscale: #B6B6B6. Windows color (decimal): -7158322 or 13550994. OLE color: 13550994.
HSL color Cylindrical-coordinate representation of color #92C5CE: hue angle of 189º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92C5CE is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 197 | 206 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.19 |
| HSL | 189º | 0.38% | 0.69% | - |
| HSV(B) | 189º | 0.29% | 0.81% | - |
| XYZ | 42.96 | 50.5 | 65.88 | - |
| YUV | 182.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 206 | 0.29 | 0.04 | 0 | 0.19 | 189 | 0.38 | 0.69 |
| Hex | 92 | C5 | CE | 1D | 4 | 0 | 13 | BD | 26 | 45 |
| Octal | 222 | 305 | 316 | 35 | 4 | 0 | 23 | 275 | 46 | 105 |
| Binary | 10010010 | 11000101 | 11001110 | 11101 | 100 | 0 | 10011 | 10111101 | 100110 | 1000101 |
Color Harmonies of #92C5CE
Complementary color
Monochromatic Colors of #92C5CE
Black with #92C5CE
Text Example
Text Example
White with #92C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5CE; }
p { color: rgb(146,197,206); }
H1.HeaderClassName
{
color: #92C5CE;
}
.AnyTagClassName
{
color: #92C5CE;
}
</style>
background-color css
<style>
a { background-color: #92C5CE; }
a { background-color: rgb(146,197,206); }
div.DivClassName
{
background-color: #92C5CE;
}
.BgClassName
{
background-color: #92C5CE;
}
</style>
border-color css
<style>
span { border-color: #92C5CE; }
span { border-color: rgb(146,197,206); }
td.TdClassName
{
border-color: #92C5CE;
}
.TagClassName
{
border-color: #92C5CE;
}
</style>