Shades of Morning Glory #92CBCD
Tints of Morning Glory #92CBCD
RGB
CMYK
RGB Variations
Color information
#92CBCD (or 0x92CBCD) is known color: Morning Glory. HEX triplet: 92, CB and CD. RGB value is (146,203,205). Sum of RGB (Red+Green+Blue) = 146+203+205=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #92CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBCD is #6D3432. Grayscale: #BABABA. Windows color (decimal): -7156787 or 13486994. OLE color: 13486994.
HSL color Cylindrical-coordinate representation of color #92CBCD: hue angle of 182.03º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CBCD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 205 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.20 |
| HSL | 182.03º | 0.37% | 0.69% | - |
| HSV(B) | 182.03º | 0.29% | 0.8% | - |
| XYZ | 44.23 | 53.23 | 65.7 | - |
| YUV | 186.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 205 | 0.29 | 0.01 | 0 | 0.20 | 182.03 | 0.37 | 0.69 |
| Hex | 92 | CB | CD | 1D | 1 | 0 | 14 | B6 | 25 | 45 |
| Octal | 222 | 313 | 315 | 35 | 1 | 0 | 24 | 266 | 45 | 105 |
| Binary | 10010010 | 11001011 | 11001101 | 11101 | 1 | 0 | 10100 | 10110110 | 100101 | 1000101 |
Color Harmonies of #92CBCD
Complementary color
Monochromatic Colors of #92CBCD
Black with #92CBCD
Text Example
Text Example
White with #92CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBCD; }
p { color: rgb(146,203,205); }
H1.HeaderClassName
{
color: #92CBCD;
}
.AnyTagClassName
{
color: #92CBCD;
}
</style>
background-color css
<style>
a { background-color: #92CBCD; }
a { background-color: rgb(146,203,205); }
div.DivClassName
{
background-color: #92CBCD;
}
.BgClassName
{
background-color: #92CBCD;
}
</style>
border-color css
<style>
span { border-color: #92CBCD; }
span { border-color: rgb(146,203,205); }
td.TdClassName
{
border-color: #92CBCD;
}
.TagClassName
{
border-color: #92CBCD;
}
</style>