Shades of Morning Glory #97C6CA
Tints of Morning Glory #97C6CA
RGB
CMYK
RGB Variations
Color information
#97C6CA (or 0x97C6CA) is known color: Morning Glory. HEX triplet: 97, C6 and CA. RGB value is (151,198,202). Sum of RGB (Red+Green+Blue) = 151+198+202=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #97C6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C6CA is #683935. Grayscale: #B8B8B8. Windows color (decimal): -6830390 or 13289111. OLE color: 13289111.
HSL color Cylindrical-coordinate representation of color #97C6CA: hue angle of 184.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C6CA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 198 | 202 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.21 |
| HSL | 184.71º | 0.32% | 0.69% | - |
| HSV(B) | 184.71º | 0.25% | 0.79% | - |
| XYZ | 43.62 | 51.23 | 63.47 | - |
| YUV | 184.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 202 | 0.25 | 0.02 | 0 | 0.21 | 184.71 | 0.32 | 0.69 |
| Hex | 97 | C6 | CA | 19 | 2 | 0 | 15 | B9 | 20 | 45 |
| Octal | 227 | 306 | 312 | 31 | 2 | 0 | 25 | 271 | 40 | 105 |
| Binary | 10010111 | 11000110 | 11001010 | 11001 | 10 | 0 | 10101 | 10111001 | 100000 | 1000101 |
Color Harmonies of #97C6CA
Complementary color
Monochromatic Colors of #97C6CA
Black with #97C6CA
Text Example
Text Example
White with #97C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C6CA; }
p { color: rgb(151,198,202); }
H1.HeaderClassName
{
color: #97C6CA;
}
.AnyTagClassName
{
color: #97C6CA;
}
</style>
background-color css
<style>
a { background-color: #97C6CA; }
a { background-color: rgb(151,198,202); }
div.DivClassName
{
background-color: #97C6CA;
}
.BgClassName
{
background-color: #97C6CA;
}
</style>
border-color css
<style>
span { border-color: #97C6CA; }
span { border-color: rgb(151,198,202); }
td.TdClassName
{
border-color: #97C6CA;
}
.TagClassName
{
border-color: #97C6CA;
}
</style>