Shades of Nebula #A8CFBB
Tints of Nebula #A8CFBB
RGB
CMYK
RGB Variations
Color information
#A8CFBB (or 0xA8CFBB) is known color: Nebula. HEX triplet: A8, CF and BB. RGB value is (168,207,187). Sum of RGB (Red+Green+Blue) = 168+207+187=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFBB is #573044. Grayscale: #C1C1C1. Windows color (decimal): -5713989 or 12308392. OLE color: 12308392.
HSL color Cylindrical-coordinate representation of color #A8CFBB: hue angle of 149.23º 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 #A8CFBB is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 187 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.19 |
| HSL | 149.23º | 0.29% | 0.74% | - |
| HSV(B) | 149.23º | 0.19% | 0.81% | - |
| XYZ | 47.43 | 56.54 | 55.43 | - |
| YUV | 193.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 187 | 0.19 | 0 | 0.10 | 0.19 | 149.23 | 0.29 | 0.74 |
| Hex | A8 | CF | BB | 13 | 0 | A | 13 | 95 | 1D | 4A |
| Octal | 250 | 317 | 273 | 23 | 0 | 12 | 23 | 225 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10111011 | 10011 | 0 | 1010 | 10011 | 10010101 | 11101 | 1001010 |
Color Harmonies of #A8CFBB
Complementary color
Monochromatic Colors of #A8CFBB
Black with #A8CFBB
Text Example
Text Example
White with #A8CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFBB; }
p { color: rgb(168,207,187); }
H1.HeaderClassName
{
color: #A8CFBB;
}
.AnyTagClassName
{
color: #A8CFBB;
}
</style>
background-color css
<style>
a { background-color: #A8CFBB; }
a { background-color: rgb(168,207,187); }
div.DivClassName
{
background-color: #A8CFBB;
}
.BgClassName
{
background-color: #A8CFBB;
}
</style>
border-color css
<style>
span { border-color: #A8CFBB; }
span { border-color: rgb(168,207,187); }
td.TdClassName
{
border-color: #A8CFBB;
}
.TagClassName
{
border-color: #A8CFBB;
}
</style>