Shades of Tropical Blue #AFC9FC
Tints of Tropical Blue #AFC9FC
RGB
CMYK
RGB Variations
Color information
#AFC9FC (or 0xAFC9FC) is known color: Tropical Blue. HEX triplet: AF, C9 and FC. RGB value is (175,201,252). Sum of RGB (Red+Green+Blue) = 175+201+252=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FC is #503603. Grayscale: #C6C6C6. Windows color (decimal): -5256708 or 16566703. OLE color: 16566703.
HSL color Cylindrical-coordinate representation of color #AFC9FC: hue angle of 219.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC9FC is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 201 | 252 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.01 |
| HSL | 219.74º | 0.93% | 0.84% | - |
| HSV(B) | 219.74º | 0.31% | 0.99% | - |
| XYZ | 56.14 | 57.92 | 100.32 | - |
| YUV | 199.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 252 | 0.31 | 0.20 | 0 | 0.01 | 219.74 | 0.93 | 0.84 |
| Hex | AF | C9 | FC | 1F | 14 | 0 | 1 | DC | 5D | 54 |
| Octal | 257 | 311 | 374 | 37 | 24 | 0 | 1 | 334 | 135 | 124 |
| Binary | 10101111 | 11001001 | 11111100 | 11111 | 10100 | 0 | 1 | 11011100 | 1011101 | 1010100 |
Color Harmonies of #AFC9FC
Complementary color
Monochromatic Colors of #AFC9FC
Black with #AFC9FC
Text Example
Text Example
White with #AFC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9FC; }
p { color: rgb(175,201,252); }
H1.HeaderClassName
{
color: #AFC9FC;
}
.AnyTagClassName
{
color: #AFC9FC;
}
</style>
background-color css
<style>
a { background-color: #AFC9FC; }
a { background-color: rgb(175,201,252); }
div.DivClassName
{
background-color: #AFC9FC;
}
.BgClassName
{
background-color: #AFC9FC;
}
</style>
border-color css
<style>
span { border-color: #AFC9FC; }
span { border-color: rgb(175,201,252); }
td.TdClassName
{
border-color: #AFC9FC;
}
.TagClassName
{
border-color: #AFC9FC;
}
</style>