Shades of Morning Glory #97DCDA
Tints of Morning Glory #97DCDA
RGB
CMYK
RGB Variations
Color information
#97DCDA (or 0x97DCDA) is known color: Morning Glory. HEX triplet: 97, DC and DA. RGB value is (151,220,218). Sum of RGB (Red+Green+Blue) = 151+220+218=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCDA is #682325. Grayscale: #C7C7C7. Windows color (decimal): -6824742 or 14343319. OLE color: 14343319.
HSL color Cylindrical-coordinate representation of color #97DCDA: hue angle of 178.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DCDA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 220 | 218 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.14 |
| HSL | 178.26º | 0.5% | 0.73% | - |
| HSV(B) | 178.26º | 0.31% | 0.86% | - |
| XYZ | 51.01 | 62.83 | 75.77 | - |
| YUV | 199.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 220 | 218 | 0.31 | 0 | 0.01 | 0.14 | 178.26 | 0.5 | 0.73 |
| Hex | 97 | DC | DA | 1F | 0 | 1 | E | B2 | 32 | 49 |
| Octal | 227 | 334 | 332 | 37 | 0 | 1 | 16 | 262 | 62 | 111 |
| Binary | 10010111 | 11011100 | 11011010 | 11111 | 0 | 1 | 1110 | 10110010 | 110010 | 1001001 |
Color Harmonies of #97DCDA
Complementary color
Monochromatic Colors of #97DCDA
Black with #97DCDA
Text Example
Text Example
White with #97DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DCDA; }
p { color: rgb(151,220,218); }
H1.HeaderClassName
{
color: #97DCDA;
}
.AnyTagClassName
{
color: #97DCDA;
}
</style>
background-color css
<style>
a { background-color: #97DCDA; }
a { background-color: rgb(151,220,218); }
div.DivClassName
{
background-color: #97DCDA;
}
.BgClassName
{
background-color: #97DCDA;
}
</style>
border-color css
<style>
span { border-color: #97DCDA; }
span { border-color: rgb(151,220,218); }
td.TdClassName
{
border-color: #97DCDA;
}
.TagClassName
{
border-color: #97DCDA;
}
</style>