Shades of Morning Glory #AFD1D4
Tints of Morning Glory #AFD1D4
RGB
CMYK
RGB Variations
Color information
#AFD1D4 (or 0xAFD1D4) is known color: Morning Glory. HEX triplet: AF, D1 and D4. RGB value is (175,209,212). Sum of RGB (Red+Green+Blue) = 175+209+212=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFD1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1D4 is #502E2B. Grayscale: #C7C7C7. Windows color (decimal): -5254700 or 13947311. OLE color: 13947311.
HSL color Cylindrical-coordinate representation of color #AFD1D4: hue angle of 184.86º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD1D4 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 209 | 212 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.17 |
| HSL | 184.86º | 0.3% | 0.76% | - |
| HSV(B) | 184.86º | 0.17% | 0.83% | - |
| XYZ | 52.36 | 59.47 | 71.01 | - |
| YUV | 199.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 212 | 0.17 | 0.01 | 0 | 0.17 | 184.86 | 0.3 | 0.76 |
| Hex | AF | D1 | D4 | 11 | 1 | 0 | 11 | B9 | 1E | 4C |
| Octal | 257 | 321 | 324 | 21 | 1 | 0 | 21 | 271 | 36 | 114 |
| Binary | 10101111 | 11010001 | 11010100 | 10001 | 1 | 0 | 10001 | 10111001 | 11110 | 1001100 |
Color Harmonies of #AFD1D4
Complementary color
Monochromatic Colors of #AFD1D4
Black with #AFD1D4
Text Example
Text Example
White with #AFD1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1D4; }
p { color: rgb(175,209,212); }
H1.HeaderClassName
{
color: #AFD1D4;
}
.AnyTagClassName
{
color: #AFD1D4;
}
</style>
background-color css
<style>
a { background-color: #AFD1D4; }
a { background-color: rgb(175,209,212); }
div.DivClassName
{
background-color: #AFD1D4;
}
.BgClassName
{
background-color: #AFD1D4;
}
</style>
border-color css
<style>
span { border-color: #AFD1D4; }
span { border-color: rgb(175,209,212); }
td.TdClassName
{
border-color: #AFD1D4;
}
.TagClassName
{
border-color: #AFD1D4;
}
</style>