Shades of Morning Glory #A8CBCE
Tints of Morning Glory #A8CBCE
RGB
CMYK
RGB Variations
Color information
#A8CBCE (or 0xA8CBCE) is known color: Morning Glory. HEX triplet: A8, CB and CE. RGB value is (168,203,206). Sum of RGB (Red+Green+Blue) = 168+203+206=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBCE is #573431. Grayscale: #C0C0C0. Windows color (decimal): -5714994 or 13552552. OLE color: 13552552.
HSL color Cylindrical-coordinate representation of color #A8CBCE: hue angle of 184.74º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CBCE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 203 | 206 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.19 |
| HSL | 184.74º | 0.28% | 0.73% | - |
| HSV(B) | 184.74º | 0.18% | 0.81% | - |
| XYZ | 48.64 | 55.49 | 66.54 | - |
| YUV | 192.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 206 | 0.18 | 0.01 | 0 | 0.19 | 184.74 | 0.28 | 0.73 |
| Hex | A8 | CB | CE | 12 | 1 | 0 | 13 | B9 | 1C | 49 |
| Octal | 250 | 313 | 316 | 22 | 1 | 0 | 23 | 271 | 34 | 111 |
| Binary | 10101000 | 11001011 | 11001110 | 10010 | 1 | 0 | 10011 | 10111001 | 11100 | 1001001 |
Color Harmonies of #A8CBCE
Complementary color
Monochromatic Colors of #A8CBCE
Black with #A8CBCE
Text Example
Text Example
White with #A8CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBCE; }
p { color: rgb(168,203,206); }
H1.HeaderClassName
{
color: #A8CBCE;
}
.AnyTagClassName
{
color: #A8CBCE;
}
</style>
background-color css
<style>
a { background-color: #A8CBCE; }
a { background-color: rgb(168,203,206); }
div.DivClassName
{
background-color: #A8CBCE;
}
.BgClassName
{
background-color: #A8CBCE;
}
</style>
border-color css
<style>
span { border-color: #A8CBCE; }
span { border-color: rgb(168,203,206); }
td.TdClassName
{
border-color: #A8CBCE;
}
.TagClassName
{
border-color: #A8CBCE;
}
</style>