Shades of Morning Glory #92CACC
Tints of Morning Glory #92CACC
RGB
CMYK
RGB Variations
Color information
#92CACC (or 0x92CACC) is known color: Morning Glory. HEX triplet: 92, CA and CC. RGB value is (146,202,204). Sum of RGB (Red+Green+Blue) = 146+202+204=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #92CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CACC is #6D3533. Grayscale: #B9B9B9. Windows color (decimal): -7157044 or 13421202. OLE color: 13421202.
HSL color Cylindrical-coordinate representation of color #92CACC: hue angle of 182.07º 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 #92CACC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 202 | 204 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.2 |
| HSL | 182.07º | 0.36% | 0.69% | - |
| HSV(B) | 182.07º | 0.28% | 0.8% | - |
| XYZ | 43.87 | 52.71 | 64.99 | - |
| YUV | 185.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 204 | 0.28 | 0.01 | 0 | 0.2 | 182.07 | 0.36 | 0.69 |
| Hex | 92 | CA | CC | 1C | 1 | 0 | 14 | B6 | 24 | 45 |
| Octal | 222 | 312 | 314 | 34 | 1 | 0 | 24 | 266 | 44 | 105 |
| Binary | 10010010 | 11001010 | 11001100 | 11100 | 1 | 0 | 10100 | 10110110 | 100100 | 1000101 |
Color Harmonies of #92CACC
Complementary color
Monochromatic Colors of #92CACC
Black with #92CACC
Text Example
Text Example
White with #92CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CACC; }
p { color: rgb(146,202,204); }
H1.HeaderClassName
{
color: #92CACC;
}
.AnyTagClassName
{
color: #92CACC;
}
</style>
background-color css
<style>
a { background-color: #92CACC; }
a { background-color: rgb(146,202,204); }
div.DivClassName
{
background-color: #92CACC;
}
.BgClassName
{
background-color: #92CACC;
}
</style>
border-color css
<style>
span { border-color: #92CACC; }
span { border-color: rgb(146,202,204); }
td.TdClassName
{
border-color: #92CACC;
}
.TagClassName
{
border-color: #92CACC;
}
</style>