Shades of Tropical Blue #AFC9FB
Tints of Tropical Blue #AFC9FB
RGB
CMYK
RGB Variations
Color information
#AFC9FB (or 0xAFC9FB) is known color: Tropical Blue. HEX triplet: AF, C9 and FB. RGB value is (175,201,251). Sum of RGB (Red+Green+Blue) = 175+201+251=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FB is #503604. Grayscale: #C6C6C6. Windows color (decimal): -5256709 or 16501167. OLE color: 16501167.
HSL color Cylindrical-coordinate representation of color #AFC9FB: hue angle of 219.47º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC9FB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 201 | 251 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.02 |
| HSL | 219.47º | 0.9% | 0.84% | - |
| HSV(B) | 219.47º | 0.3% | 0.98% | - |
| XYZ | 55.98 | 57.85 | 99.48 | - |
| YUV | 198.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 251 | 0.30 | 0.20 | 0 | 0.02 | 219.47 | 0.9 | 0.84 |
| Hex | AF | C9 | FB | 1E | 14 | 0 | 2 | DB | 5A | 54 |
| Octal | 257 | 311 | 373 | 36 | 24 | 0 | 2 | 333 | 132 | 124 |
| Binary | 10101111 | 11001001 | 11111011 | 11110 | 10100 | 0 | 10 | 11011011 | 1011010 | 1010100 |
Color Harmonies of #AFC9FB
Complementary color
Monochromatic Colors of #AFC9FB
Black with #AFC9FB
Text Example
Text Example
White with #AFC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9FB; }
p { color: rgb(175,201,251); }
H1.HeaderClassName
{
color: #AFC9FB;
}
.AnyTagClassName
{
color: #AFC9FB;
}
</style>
background-color css
<style>
a { background-color: #AFC9FB; }
a { background-color: rgb(175,201,251); }
div.DivClassName
{
background-color: #AFC9FB;
}
.BgClassName
{
background-color: #AFC9FB;
}
</style>
border-color css
<style>
span { border-color: #AFC9FB; }
span { border-color: rgb(175,201,251); }
td.TdClassName
{
border-color: #AFC9FB;
}
.TagClassName
{
border-color: #AFC9FB;
}
</style>