Shades of Morning Glory #92CFCE
Tints of Morning Glory #92CFCE
RGB
CMYK
RGB Variations
Color information
#92CFCE (or 0x92CFCE) is known color: Morning Glory. HEX triplet: 92, CF and CE. RGB value is (146,207,206). Sum of RGB (Red+Green+Blue) = 146+207+206=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #92CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFCE is #6D3031. Grayscale: #BCBCBC. Windows color (decimal): -7155762 or 13553554. OLE color: 13553554.
HSL color Cylindrical-coordinate representation of color #92CFCE: hue angle of 179.02º degrees, saturation: 0.39, 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 #92CFCE is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 206 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.19 |
| HSL | 179.02º | 0.39% | 0.69% | - |
| HSV(B) | 179.02º | 0.29% | 0.81% | - |
| XYZ | 45.31 | 55.19 | 66.66 | - |
| YUV | 188.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 206 | 0.29 | 0 | 0.00 | 0.19 | 179.02 | 0.39 | 0.69 |
| Hex | 92 | CF | CE | 1D | 0 | 0 | 13 | B3 | 27 | 45 |
| Octal | 222 | 317 | 316 | 35 | 0 | 0 | 23 | 263 | 47 | 105 |
| Binary | 10010010 | 11001111 | 11001110 | 11101 | 0 | 0 | 10011 | 10110011 | 100111 | 1000101 |
Color Harmonies of #92CFCE
Complementary color
Monochromatic Colors of #92CFCE
Black with #92CFCE
Text Example
Text Example
White with #92CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFCE; }
p { color: rgb(146,207,206); }
H1.HeaderClassName
{
color: #92CFCE;
}
.AnyTagClassName
{
color: #92CFCE;
}
</style>
background-color css
<style>
a { background-color: #92CFCE; }
a { background-color: rgb(146,207,206); }
div.DivClassName
{
background-color: #92CFCE;
}
.BgClassName
{
background-color: #92CFCE;
}
</style>
border-color css
<style>
span { border-color: #92CFCE; }
span { border-color: rgb(146,207,206); }
td.TdClassName
{
border-color: #92CFCE;
}
.TagClassName
{
border-color: #92CFCE;
}
</style>