Shades of Tropical Blue #AFC9FF
Tints of Tropical Blue #AFC9FF
RGB
CMYK
RGB Variations
Color information
#AFC9FF (or 0xAFC9FF) is known color: Tropical Blue. HEX triplet: AF, C9 and FF. RGB value is (175,201,255). Sum of RGB (Red+Green+Blue) = 175+201+255=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FF is #503600. Grayscale: #C7C7C7. Windows color (decimal): -5256705 or 16763311. OLE color: 16763311.
HSL color Cylindrical-coordinate representation of color #AFC9FF: hue angle of 220.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC9FF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 201 | 255 | - |
| CMYK | 0.31 | 0.21 | 0 | 0 |
| HSL | 220.5º | 1% | 0.84% | - |
| HSV(B) | 220.5º | 0.31% | 1% | - |
| XYZ | 56.62 | 58.11 | 102.84 | - |
| YUV | 199.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 255 | 0.31 | 0.21 | 0 | 0 | 220.5 | 1 | 0.84 |
| Hex | AF | C9 | FF | 1F | 15 | 0 | 0 | DC | 64 | 54 |
| Octal | 257 | 311 | 377 | 37 | 25 | 0 | 0 | 334 | 144 | 124 |
| Binary | 10101111 | 11001001 | 11111111 | 11111 | 10101 | 0 | 0 | 11011100 | 1100100 | 1010100 |
Color Harmonies of #AFC9FF
Complementary color
Monochromatic Colors of #AFC9FF
Black with #AFC9FF
Text Example
Text Example
White with #AFC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9FF; }
p { color: rgb(175,201,255); }
H1.HeaderClassName
{
color: #AFC9FF;
}
.AnyTagClassName
{
color: #AFC9FF;
}
</style>
background-color css
<style>
a { background-color: #AFC9FF; }
a { background-color: rgb(175,201,255); }
div.DivClassName
{
background-color: #AFC9FF;
}
.BgClassName
{
background-color: #AFC9FF;
}
</style>
border-color css
<style>
span { border-color: #AFC9FF; }
span { border-color: rgb(175,201,255); }
td.TdClassName
{
border-color: #AFC9FF;
}
.TagClassName
{
border-color: #AFC9FF;
}
</style>