Shades of Nebula #A8CFBA
Tints of Nebula #A8CFBA
RGB
CMYK
RGB Variations
Color information
#A8CFBA (or 0xA8CFBA) is known color: Nebula. HEX triplet: A8, CF and BA. RGB value is (168,207,186). Sum of RGB (Red+Green+Blue) = 168+207+186=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFBA is #573045. Grayscale: #C0C0C0. Windows color (decimal): -5713990 or 12242856. OLE color: 12242856.
HSL color Cylindrical-coordinate representation of color #A8CFBA: hue angle of 147.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFBA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 186 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.19 |
| HSL | 147.69º | 0.29% | 0.74% | - |
| HSV(B) | 147.69º | 0.19% | 0.81% | - |
| XYZ | 47.32 | 56.5 | 54.86 | - |
| YUV | 192.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 186 | 0.19 | 0 | 0.10 | 0.19 | 147.69 | 0.29 | 0.74 |
| Hex | A8 | CF | BA | 13 | 0 | A | 13 | 94 | 1D | 4A |
| Octal | 250 | 317 | 272 | 23 | 0 | 12 | 23 | 224 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10111010 | 10011 | 0 | 1010 | 10011 | 10010100 | 11101 | 1001010 |
Color Harmonies of #A8CFBA
Complementary color
Monochromatic Colors of #A8CFBA
Black with #A8CFBA
Text Example
Text Example
White with #A8CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFBA; }
p { color: rgb(168,207,186); }
H1.HeaderClassName
{
color: #A8CFBA;
}
.AnyTagClassName
{
color: #A8CFBA;
}
</style>
background-color css
<style>
a { background-color: #A8CFBA; }
a { background-color: rgb(168,207,186); }
div.DivClassName
{
background-color: #A8CFBA;
}
.BgClassName
{
background-color: #A8CFBA;
}
</style>
border-color css
<style>
span { border-color: #A8CFBA; }
span { border-color: rgb(168,207,186); }
td.TdClassName
{
border-color: #A8CFBA;
}
.TagClassName
{
border-color: #A8CFBA;
}
</style>