Shades of Morning Glory #95D0D4
Tints of Morning Glory #95D0D4
RGB
CMYK
RGB Variations
Color information
#95D0D4 (or 0x95D0D4) is known color: Morning Glory. HEX triplet: 95, D0 and D4. RGB value is (149,208,212). Sum of RGB (Red+Green+Blue) = 149+208+212=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #95D0D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0D4 is #6A2F2B. Grayscale: #BEBEBE. Windows color (decimal): -6958892 or 13947029. OLE color: 13947029.
HSL color Cylindrical-coordinate representation of color #95D0D4: hue angle of 183.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D0D4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 208 | 212 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.17 |
| HSL | 183.81º | 0.42% | 0.71% | - |
| HSV(B) | 183.81º | 0.3% | 0.83% | - |
| XYZ | 46.83 | 56.25 | 70.68 | - |
| YUV | 190.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 212 | 0.30 | 0.02 | 0 | 0.17 | 183.81 | 0.42 | 0.71 |
| Hex | 95 | D0 | D4 | 1E | 2 | 0 | 11 | B8 | 2A | 47 |
| Octal | 225 | 320 | 324 | 36 | 2 | 0 | 21 | 270 | 52 | 107 |
| Binary | 10010101 | 11010000 | 11010100 | 11110 | 10 | 0 | 10001 | 10111000 | 101010 | 1000111 |
Color Harmonies of #95D0D4
Complementary color
Monochromatic Colors of #95D0D4
Black with #95D0D4
Text Example
Text Example
White with #95D0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D0D4; }
p { color: rgb(149,208,212); }
H1.HeaderClassName
{
color: #95D0D4;
}
.AnyTagClassName
{
color: #95D0D4;
}
</style>
background-color css
<style>
a { background-color: #95D0D4; }
a { background-color: rgb(149,208,212); }
div.DivClassName
{
background-color: #95D0D4;
}
.BgClassName
{
background-color: #95D0D4;
}
</style>
border-color css
<style>
span { border-color: #95D0D4; }
span { border-color: rgb(149,208,212); }
td.TdClassName
{
border-color: #95D0D4;
}
.TagClassName
{
border-color: #95D0D4;
}
</style>