Shades of Morning Glory #A3D0CF
Tints of Morning Glory #A3D0CF
RGB
CMYK
RGB Variations
Color information
#A3D0CF (or 0xA3D0CF) is known color: Morning Glory. HEX triplet: A3, D0 and CF. RGB value is (163,208,207). Sum of RGB (Red+Green+Blue) = 163+208+207=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D0CF is #5C2F30. Grayscale: #C2C2C2. Windows color (decimal): -6041393 or 13619363. OLE color: 13619363.
HSL color Cylindrical-coordinate representation of color #A3D0CF: hue angle of 178.67º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D0CF is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 207 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.18 |
| HSL | 178.67º | 0.32% | 0.73% | - |
| HSV(B) | 178.67º | 0.22% | 0.82% | - |
| XYZ | 48.92 | 57.4 | 67.53 | - |
| YUV | 194.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 207 | 0.22 | 0 | 0.00 | 0.18 | 178.67 | 0.32 | 0.73 |
| Hex | A3 | D0 | CF | 16 | 0 | 0 | 12 | B3 | 20 | 49 |
| Octal | 243 | 320 | 317 | 26 | 0 | 0 | 22 | 263 | 40 | 111 |
| Binary | 10100011 | 11010000 | 11001111 | 10110 | 0 | 0 | 10010 | 10110011 | 100000 | 1001001 |
Color Harmonies of #A3D0CF
Complementary color
Monochromatic Colors of #A3D0CF
Black with #A3D0CF
Text Example
Text Example
White with #A3D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D0CF; }
p { color: rgb(163,208,207); }
H1.HeaderClassName
{
color: #A3D0CF;
}
.AnyTagClassName
{
color: #A3D0CF;
}
</style>
background-color css
<style>
a { background-color: #A3D0CF; }
a { background-color: rgb(163,208,207); }
div.DivClassName
{
background-color: #A3D0CF;
}
.BgClassName
{
background-color: #A3D0CF;
}
</style>
border-color css
<style>
span { border-color: #A3D0CF; }
span { border-color: rgb(163,208,207); }
td.TdClassName
{
border-color: #A3D0CF;
}
.TagClassName
{
border-color: #A3D0CF;
}
</style>