Shades of Tropical Blue #AFC6F8
Tints of Tropical Blue #AFC6F8
RGB
CMYK
RGB Variations
Color information
#AFC6F8 (or 0xAFC6F8) is known color: Tropical Blue. HEX triplet: AF, C6 and F8. RGB value is (175,198,248). Sum of RGB (Red+Green+Blue) = 175+198+248=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6F8 is #503907. Grayscale: #C4C4C4. Windows color (decimal): -5257480 or 16303791. OLE color: 16303791.
HSL color Cylindrical-coordinate representation of color #AFC6F8: hue angle of 221.1º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC6F8 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 198 | 248 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.03 |
| HSL | 221.1º | 0.84% | 0.83% | - |
| HSV(B) | 221.1º | 0.29% | 0.97% | - |
| XYZ | 54.82 | 56.28 | 96.78 | - |
| YUV | 196.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 248 | 0.29 | 0.20 | 0 | 0.03 | 221.1 | 0.84 | 0.83 |
| Hex | AF | C6 | F8 | 1D | 14 | 0 | 3 | DD | 54 | 53 |
| Octal | 257 | 306 | 370 | 35 | 24 | 0 | 3 | 335 | 124 | 123 |
| Binary | 10101111 | 11000110 | 11111000 | 11101 | 10100 | 0 | 11 | 11011101 | 1010100 | 1010011 |
Color Harmonies of #AFC6F8
Complementary color
Monochromatic Colors of #AFC6F8
Black with #AFC6F8
Text Example
Text Example
White with #AFC6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6F8; }
p { color: rgb(175,198,248); }
H1.HeaderClassName
{
color: #AFC6F8;
}
.AnyTagClassName
{
color: #AFC6F8;
}
</style>
background-color css
<style>
a { background-color: #AFC6F8; }
a { background-color: rgb(175,198,248); }
div.DivClassName
{
background-color: #AFC6F8;
}
.BgClassName
{
background-color: #AFC6F8;
}
</style>
border-color css
<style>
span { border-color: #AFC6F8; }
span { border-color: rgb(175,198,248); }
td.TdClassName
{
border-color: #AFC6F8;
}
.TagClassName
{
border-color: #AFC6F8;
}
</style>