Shades of Morning Glory #92C5CC
Tints of Morning Glory #92C5CC
RGB
CMYK
RGB Variations
Color information
#92C5CC (or 0x92C5CC) is known color: Morning Glory. HEX triplet: 92, C5 and CC. RGB value is (146,197,204). Sum of RGB (Red+Green+Blue) = 146+197+204=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #92C5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5CC is #6D3A33. Grayscale: #B6B6B6. Windows color (decimal): -7158324 or 13419922. OLE color: 13419922.
HSL color Cylindrical-coordinate representation of color #92C5CC: hue angle of 187.24º 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 #92C5CC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 197 | 204 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.2 |
| HSL | 187.24º | 0.36% | 0.69% | - |
| HSV(B) | 187.24º | 0.28% | 0.8% | - |
| XYZ | 42.72 | 50.4 | 64.6 | - |
| YUV | 182.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 204 | 0.28 | 0.03 | 0 | 0.2 | 187.24 | 0.36 | 0.69 |
| Hex | 92 | C5 | CC | 1C | 3 | 0 | 14 | BB | 24 | 45 |
| Octal | 222 | 305 | 314 | 34 | 3 | 0 | 24 | 273 | 44 | 105 |
| Binary | 10010010 | 11000101 | 11001100 | 11100 | 11 | 0 | 10100 | 10111011 | 100100 | 1000101 |
Color Harmonies of #92C5CC
Complementary color
Monochromatic Colors of #92C5CC
Black with #92C5CC
Text Example
Text Example
White with #92C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5CC; }
p { color: rgb(146,197,204); }
H1.HeaderClassName
{
color: #92C5CC;
}
.AnyTagClassName
{
color: #92C5CC;
}
</style>
background-color css
<style>
a { background-color: #92C5CC; }
a { background-color: rgb(146,197,204); }
div.DivClassName
{
background-color: #92C5CC;
}
.BgClassName
{
background-color: #92C5CC;
}
</style>
border-color css
<style>
span { border-color: #92C5CC; }
span { border-color: rgb(146,197,204); }
td.TdClassName
{
border-color: #92C5CC;
}
.TagClassName
{
border-color: #92C5CC;
}
</style>