Shades of Nebula #AACFBE
Tints of Nebula #AACFBE
RGB
CMYK
RGB Variations
Color information
#AACFBE (or 0xAACFBE) is known color: Nebula. HEX triplet: AA, CF and BE. RGB value is (170,207,190). Sum of RGB (Red+Green+Blue) = 170+207+190=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFBE is #553041. Grayscale: #C2C2C2. Windows color (decimal): -5582914 or 12505002. OLE color: 12505002.
HSL color Cylindrical-coordinate representation of color #AACFBE: hue angle of 152.43º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACFBE is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 190 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.19 |
| HSL | 152.43º | 0.28% | 0.74% | - |
| HSV(B) | 152.43º | 0.18% | 0.81% | - |
| XYZ | 48.18 | 56.89 | 57.16 | - |
| YUV | 194 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 190 | 0.18 | 0 | 0.08 | 0.19 | 152.43 | 0.28 | 0.74 |
| Hex | AA | CF | BE | 12 | 0 | 8 | 13 | 98 | 1C | 4A |
| Octal | 252 | 317 | 276 | 22 | 0 | 10 | 23 | 230 | 34 | 112 |
| Binary | 10101010 | 11001111 | 10111110 | 10010 | 0 | 1000 | 10011 | 10011000 | 11100 | 1001010 |
Color Harmonies of #AACFBE
Complementary color
Monochromatic Colors of #AACFBE
Black with #AACFBE
Text Example
Text Example
White with #AACFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFBE; }
p { color: rgb(170,207,190); }
H1.HeaderClassName
{
color: #AACFBE;
}
.AnyTagClassName
{
color: #AACFBE;
}
</style>
background-color css
<style>
a { background-color: #AACFBE; }
a { background-color: rgb(170,207,190); }
div.DivClassName
{
background-color: #AACFBE;
}
.BgClassName
{
background-color: #AACFBE;
}
</style>
border-color css
<style>
span { border-color: #AACFBE; }
span { border-color: rgb(170,207,190); }
td.TdClassName
{
border-color: #AACFBE;
}
.TagClassName
{
border-color: #AACFBE;
}
</style>