Shades of Morning Glory #A2C8CA
Tints of Morning Glory #A2C8CA
RGB
CMYK
RGB Variations
Color information
#A2C8CA (or 0xA2C8CA) is known color: Morning Glory. HEX triplet: A2, C8 and CA. RGB value is (162,200,202). Sum of RGB (Red+Green+Blue) = 162+200+202=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2C8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C8CA is #5D3735. Grayscale: #BCBCBC. Windows color (decimal): -6108982 or 13289634. OLE color: 13289634.
HSL color Cylindrical-coordinate representation of color #A2C8CA: hue angle of 183º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2C8CA is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 200 | 202 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.21 |
| HSL | 183º | 0.27% | 0.71% | - |
| HSV(B) | 183º | 0.2% | 0.79% | - |
| XYZ | 46.22 | 53.25 | 63.72 | - |
| YUV | 188.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 202 | 0.20 | 0.01 | 0 | 0.21 | 183 | 0.27 | 0.71 |
| Hex | A2 | C8 | CA | 14 | 1 | 0 | 15 | B7 | 1B | 47 |
| Octal | 242 | 310 | 312 | 24 | 1 | 0 | 25 | 267 | 33 | 107 |
| Binary | 10100010 | 11001000 | 11001010 | 10100 | 1 | 0 | 10101 | 10110111 | 11011 | 1000111 |
Color Harmonies of #A2C8CA
Complementary color
Monochromatic Colors of #A2C8CA
Black with #A2C8CA
Text Example
Text Example
White with #A2C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C8CA; }
p { color: rgb(162,200,202); }
H1.HeaderClassName
{
color: #A2C8CA;
}
.AnyTagClassName
{
color: #A2C8CA;
}
</style>
background-color css
<style>
a { background-color: #A2C8CA; }
a { background-color: rgb(162,200,202); }
div.DivClassName
{
background-color: #A2C8CA;
}
.BgClassName
{
background-color: #A2C8CA;
}
</style>
border-color css
<style>
span { border-color: #A2C8CA; }
span { border-color: rgb(162,200,202); }
td.TdClassName
{
border-color: #A2C8CA;
}
.TagClassName
{
border-color: #A2C8CA;
}
</style>