Shades of Morning Glory #92C8CA
Tints of Morning Glory #92C8CA
RGB
CMYK
RGB Variations
Color information
#92C8CA (or 0x92C8CA) is known color: Morning Glory. HEX triplet: 92, C8 and CA. RGB value is (146,200,202). Sum of RGB (Red+Green+Blue) = 146+200+202=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #92C8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C8CA is #6D3735. Grayscale: #B8B8B8. Windows color (decimal): -7157558 or 13289618. OLE color: 13289618.
HSL color Cylindrical-coordinate representation of color #92C8CA: hue angle of 182.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92C8CA is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 200 | 202 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.21 |
| HSL | 182.14º | 0.35% | 0.68% | - |
| HSV(B) | 182.14º | 0.28% | 0.79% | - |
| XYZ | 43.17 | 51.68 | 63.58 | - |
| YUV | 184.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 202 | 0.28 | 0.01 | 0 | 0.21 | 182.14 | 0.35 | 0.68 |
| Hex | 92 | C8 | CA | 1C | 1 | 0 | 15 | B6 | 23 | 44 |
| Octal | 222 | 310 | 312 | 34 | 1 | 0 | 25 | 266 | 43 | 104 |
| Binary | 10010010 | 11001000 | 11001010 | 11100 | 1 | 0 | 10101 | 10110110 | 100011 | 1000100 |
Color Harmonies of #92C8CA
Complementary color
Monochromatic Colors of #92C8CA
Black with #92C8CA
Text Example
Text Example
White with #92C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C8CA; }
p { color: rgb(146,200,202); }
H1.HeaderClassName
{
color: #92C8CA;
}
.AnyTagClassName
{
color: #92C8CA;
}
</style>
background-color css
<style>
a { background-color: #92C8CA; }
a { background-color: rgb(146,200,202); }
div.DivClassName
{
background-color: #92C8CA;
}
.BgClassName
{
background-color: #92C8CA;
}
</style>
border-color css
<style>
span { border-color: #92C8CA; }
span { border-color: rgb(146,200,202); }
td.TdClassName
{
border-color: #92C8CA;
}
.TagClassName
{
border-color: #92C8CA;
}
</style>