Shades of Morning Glory #92CACF
Tints of Morning Glory #92CACF
RGB
CMYK
RGB Variations
Color information
#92CACF (or 0x92CACF) is known color: Morning Glory. HEX triplet: 92, CA and CF. RGB value is (146,202,207). Sum of RGB (Red+Green+Blue) = 146+202+207=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #92CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CACF is #6D3530. Grayscale: #B9B9B9. Windows color (decimal): -7157041 or 13617810. OLE color: 13617810.
HSL color Cylindrical-coordinate representation of color #92CACF: hue angle of 184.92º 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 #92CACF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 202 | 207 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.19 |
| HSL | 184.92º | 0.39% | 0.69% | - |
| HSV(B) | 184.92º | 0.29% | 0.81% | - |
| XYZ | 44.24 | 52.86 | 66.9 | - |
| YUV | 185.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 207 | 0.29 | 0.02 | 0 | 0.19 | 184.92 | 0.39 | 0.69 |
| Hex | 92 | CA | CF | 1D | 2 | 0 | 13 | B9 | 27 | 45 |
| Octal | 222 | 312 | 317 | 35 | 2 | 0 | 23 | 271 | 47 | 105 |
| Binary | 10010010 | 11001010 | 11001111 | 11101 | 10 | 0 | 10011 | 10111001 | 100111 | 1000101 |
Color Harmonies of #92CACF
Complementary color
Monochromatic Colors of #92CACF
Black with #92CACF
Text Example
Text Example
White with #92CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CACF; }
p { color: rgb(146,202,207); }
H1.HeaderClassName
{
color: #92CACF;
}
.AnyTagClassName
{
color: #92CACF;
}
</style>
background-color css
<style>
a { background-color: #92CACF; }
a { background-color: rgb(146,202,207); }
div.DivClassName
{
background-color: #92CACF;
}
.BgClassName
{
background-color: #92CACF;
}
</style>
border-color css
<style>
span { border-color: #92CACF; }
span { border-color: rgb(146,202,207); }
td.TdClassName
{
border-color: #92CACF;
}
.TagClassName
{
border-color: #92CACF;
}
</style>