Shades of Morning Glory #A2CFD3
Tints of Morning Glory #A2CFD3
RGB
CMYK
RGB Variations
Color information
#A2CFD3 (or 0xA2CFD3) is known color: Morning Glory. HEX triplet: A2, CF and D3. RGB value is (162,207,211). Sum of RGB (Red+Green+Blue) = 162+207+211=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #A2CFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFD3 is #5D302C. Grayscale: #C1C1C1. Windows color (decimal): -6107181 or 13881250. OLE color: 13881250.
HSL color Cylindrical-coordinate representation of color #A2CFD3: hue angle of 184.9º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2CFD3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 207 | 211 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.17 |
| HSL | 184.9º | 0.36% | 0.73% | - |
| HSV(B) | 184.9º | 0.23% | 0.83% | - |
| XYZ | 48.97 | 57.01 | 70.05 | - |
| YUV | 194 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 211 | 0.23 | 0.02 | 0 | 0.17 | 184.9 | 0.36 | 0.73 |
| Hex | A2 | CF | D3 | 17 | 2 | 0 | 11 | B9 | 24 | 49 |
| Octal | 242 | 317 | 323 | 27 | 2 | 0 | 21 | 271 | 44 | 111 |
| Binary | 10100010 | 11001111 | 11010011 | 10111 | 10 | 0 | 10001 | 10111001 | 100100 | 1001001 |
Color Harmonies of #A2CFD3
Complementary color
Monochromatic Colors of #A2CFD3
Black with #A2CFD3
Text Example
Text Example
White with #A2CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFD3; }
p { color: rgb(162,207,211); }
H1.HeaderClassName
{
color: #A2CFD3;
}
.AnyTagClassName
{
color: #A2CFD3;
}
</style>
background-color css
<style>
a { background-color: #A2CFD3; }
a { background-color: rgb(162,207,211); }
div.DivClassName
{
background-color: #A2CFD3;
}
.BgClassName
{
background-color: #A2CFD3;
}
</style>
border-color css
<style>
span { border-color: #A2CFD3; }
span { border-color: rgb(162,207,211); }
td.TdClassName
{
border-color: #A2CFD3;
}
.TagClassName
{
border-color: #A2CFD3;
}
</style>