Shades of Morning Glory #97D2CE
Tints of Morning Glory #97D2CE
RGB
CMYK
RGB Variations
Color information
#97D2CE (or 0x97D2CE) is known color: Morning Glory. HEX triplet: 97, D2 and CE. RGB value is (151,210,206). Sum of RGB (Red+Green+Blue) = 151+210+206=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #97D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D2CE is #682D31. Grayscale: #BFBFBF. Windows color (decimal): -6827314 or 13554327. OLE color: 13554327.
HSL color Cylindrical-coordinate representation of color #97D2CE: hue angle of 175.93º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97D2CE is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 206 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.18 |
| HSL | 175.93º | 0.4% | 0.71% | - |
| HSV(B) | 175.93º | 0.28% | 0.82% | - |
| XYZ | 46.95 | 57.13 | 66.94 | - |
| YUV | 191.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 206 | 0.28 | 0 | 0.02 | 0.18 | 175.93 | 0.4 | 0.71 |
| Hex | 97 | D2 | CE | 1C | 0 | 2 | 12 | B0 | 28 | 47 |
| Octal | 227 | 322 | 316 | 34 | 0 | 2 | 22 | 260 | 50 | 107 |
| Binary | 10010111 | 11010010 | 11001110 | 11100 | 0 | 10 | 10010 | 10110000 | 101000 | 1000111 |
Color Harmonies of #97D2CE
Complementary color
Monochromatic Colors of #97D2CE
Black with #97D2CE
Text Example
Text Example
White with #97D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D2CE; }
p { color: rgb(151,210,206); }
H1.HeaderClassName
{
color: #97D2CE;
}
.AnyTagClassName
{
color: #97D2CE;
}
</style>
background-color css
<style>
a { background-color: #97D2CE; }
a { background-color: rgb(151,210,206); }
div.DivClassName
{
background-color: #97D2CE;
}
.BgClassName
{
background-color: #97D2CE;
}
</style>
border-color css
<style>
span { border-color: #97D2CE; }
span { border-color: rgb(151,210,206); }
td.TdClassName
{
border-color: #97D2CE;
}
.TagClassName
{
border-color: #97D2CE;
}
</style>