Shades of Tropical Blue #AFC8F9
Tints of Tropical Blue #AFC8F9
RGB
CMYK
RGB Variations
Color information
#AFC8F9 (or 0xAFC8F9) is known color: Tropical Blue. HEX triplet: AF, C8 and F9. RGB value is (175,200,249). Sum of RGB (Red+Green+Blue) = 175+200+249=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFC8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8F9 is #503706. Grayscale: #C5C5C5. Windows color (decimal): -5256967 or 16369839. OLE color: 16369839.
HSL color Cylindrical-coordinate representation of color #AFC8F9: hue angle of 219.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC8F9 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 200 | 249 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.02 |
| HSL | 219.73º | 0.86% | 0.83% | - |
| HSV(B) | 219.73º | 0.3% | 0.98% | - |
| XYZ | 55.43 | 57.26 | 97.75 | - |
| YUV | 198.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 249 | 0.30 | 0.20 | 0 | 0.02 | 219.73 | 0.86 | 0.83 |
| Hex | AF | C8 | F9 | 1E | 14 | 0 | 2 | DC | 56 | 53 |
| Octal | 257 | 310 | 371 | 36 | 24 | 0 | 2 | 334 | 126 | 123 |
| Binary | 10101111 | 11001000 | 11111001 | 11110 | 10100 | 0 | 10 | 11011100 | 1010110 | 1010011 |
Color Harmonies of #AFC8F9
Complementary color
Monochromatic Colors of #AFC8F9
Black with #AFC8F9
Text Example
Text Example
White with #AFC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8F9; }
p { color: rgb(175,200,249); }
H1.HeaderClassName
{
color: #AFC8F9;
}
.AnyTagClassName
{
color: #AFC8F9;
}
</style>
background-color css
<style>
a { background-color: #AFC8F9; }
a { background-color: rgb(175,200,249); }
div.DivClassName
{
background-color: #AFC8F9;
}
.BgClassName
{
background-color: #AFC8F9;
}
</style>
border-color css
<style>
span { border-color: #AFC8F9; }
span { border-color: rgb(175,200,249); }
td.TdClassName
{
border-color: #AFC8F9;
}
.TagClassName
{
border-color: #AFC8F9;
}
</style>