Shades of Nebula #AFDCC3
Tints of Nebula #AFDCC3
RGB
CMYK
RGB Variations
Color information
#AFDCC3 (or 0xAFDCC3) is known color: Nebula. HEX triplet: AF, DC and C3. RGB value is (175,220,195). Sum of RGB (Red+Green+Blue) = 175+220+195=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC3 is #50233C. Grayscale: #CBCBCB. Windows color (decimal): -5251901 or 12836015. OLE color: 12836015.
HSL color Cylindrical-coordinate representation of color #AFDCC3: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCC3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 195 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.14 |
| HSL | 146.67º | 0.39% | 0.77% | - |
| HSV(B) | 146.67º | 0.2% | 0.86% | - |
| XYZ | 53.12 | 64.24 | 61.23 | - |
| YUV | 203.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 195 | 0.20 | 0 | 0.11 | 0.14 | 146.67 | 0.39 | 0.77 |
| Hex | AF | DC | C3 | 14 | 0 | B | E | 93 | 27 | 4D |
| Octal | 257 | 334 | 303 | 24 | 0 | 13 | 16 | 223 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11000011 | 10100 | 0 | 1011 | 1110 | 10010011 | 100111 | 1001101 |
Color Harmonies of #AFDCC3
Complementary color
Monochromatic Colors of #AFDCC3
Black with #AFDCC3
Text Example
Text Example
White with #AFDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCC3; }
p { color: rgb(175,220,195); }
H1.HeaderClassName
{
color: #AFDCC3;
}
.AnyTagClassName
{
color: #AFDCC3;
}
</style>
background-color css
<style>
a { background-color: #AFDCC3; }
a { background-color: rgb(175,220,195); }
div.DivClassName
{
background-color: #AFDCC3;
}
.BgClassName
{
background-color: #AFDCC3;
}
</style>
border-color css
<style>
span { border-color: #AFDCC3; }
span { border-color: rgb(175,220,195); }
td.TdClassName
{
border-color: #AFDCC3;
}
.TagClassName
{
border-color: #AFDCC3;
}
</style>