Shades of Nebula #AFCCBE
Tints of Nebula #AFCCBE
RGB
CMYK
RGB Variations
Color information
#AFCCBE (or 0xAFCCBE) is known color: Nebula. HEX triplet: AF, CC and BE. RGB value is (175,204,190). Sum of RGB (Red+Green+Blue) = 175+204+190=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCBE is #503341. Grayscale: #C1C1C1. Windows color (decimal): -5256002 or 12504239. OLE color: 12504239.
HSL color Cylindrical-coordinate representation of color #AFCCBE: hue angle of 151.03º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCBE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 190 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.2 |
| HSL | 151.03º | 0.22% | 0.74% | - |
| HSV(B) | 151.03º | 0.14% | 0.8% | - |
| XYZ | 48.57 | 56.02 | 56.97 | - |
| YUV | 193.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 190 | 0.14 | 0 | 0.07 | 0.2 | 151.03 | 0.22 | 0.74 |
| Hex | AF | CC | BE | E | 0 | 7 | 14 | 97 | 16 | 4A |
| Octal | 257 | 314 | 276 | 16 | 0 | 7 | 24 | 227 | 26 | 112 |
| Binary | 10101111 | 11001100 | 10111110 | 1110 | 0 | 111 | 10100 | 10010111 | 10110 | 1001010 |
Color Harmonies of #AFCCBE
Complementary color
Monochromatic Colors of #AFCCBE
Black with #AFCCBE
Text Example
Text Example
White with #AFCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCBE; }
p { color: rgb(175,204,190); }
H1.HeaderClassName
{
color: #AFCCBE;
}
.AnyTagClassName
{
color: #AFCCBE;
}
</style>
background-color css
<style>
a { background-color: #AFCCBE; }
a { background-color: rgb(175,204,190); }
div.DivClassName
{
background-color: #AFCCBE;
}
.BgClassName
{
background-color: #AFCCBE;
}
</style>
border-color css
<style>
span { border-color: #AFCCBE; }
span { border-color: rgb(175,204,190); }
td.TdClassName
{
border-color: #AFCCBE;
}
.TagClassName
{
border-color: #AFCCBE;
}
</style>