Shades of Morning Glory #97CCD0
Tints of Morning Glory #97CCD0
RGB
CMYK
RGB Variations
Color information
#97CCD0 (or 0x97CCD0) is known color: Morning Glory. HEX triplet: 97, CC and D0. RGB value is (151,204,208). Sum of RGB (Red+Green+Blue) = 151+204+208=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #97CCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCD0 is #68332F. Grayscale: #BCBCBC. Windows color (decimal): -6828848 or 13683863. OLE color: 13683863.
HSL color Cylindrical-coordinate representation of color #97CCD0: hue angle of 184.21º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CCD0 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 204 | 208 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.18 |
| HSL | 184.21º | 0.38% | 0.7% | - |
| HSV(B) | 184.21º | 0.27% | 0.82% | - |
| XYZ | 45.74 | 54.32 | 67.75 | - |
| YUV | 188.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 204 | 208 | 0.27 | 0.02 | 0 | 0.18 | 184.21 | 0.38 | 0.7 |
| Hex | 97 | CC | D0 | 1B | 2 | 0 | 12 | B8 | 26 | 46 |
| Octal | 227 | 314 | 320 | 33 | 2 | 0 | 22 | 270 | 46 | 106 |
| Binary | 10010111 | 11001100 | 11010000 | 11011 | 10 | 0 | 10010 | 10111000 | 100110 | 1000110 |
Color Harmonies of #97CCD0
Complementary color
Monochromatic Colors of #97CCD0
Black with #97CCD0
Text Example
Text Example
White with #97CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CCD0; }
p { color: rgb(151,204,208); }
H1.HeaderClassName
{
color: #97CCD0;
}
.AnyTagClassName
{
color: #97CCD0;
}
</style>
background-color css
<style>
a { background-color: #97CCD0; }
a { background-color: rgb(151,204,208); }
div.DivClassName
{
background-color: #97CCD0;
}
.BgClassName
{
background-color: #97CCD0;
}
</style>
border-color css
<style>
span { border-color: #97CCD0; }
span { border-color: rgb(151,204,208); }
td.TdClassName
{
border-color: #97CCD0;
}
.TagClassName
{
border-color: #97CCD0;
}
</style>