Shades of Tropical Blue #AFC5F6
Tints of Tropical Blue #AFC5F6
RGB
CMYK
RGB Variations
Color information
#AFC5F6 (or 0xAFC5F6) is known color: Tropical Blue. HEX triplet: AF, C5 and F6. RGB value is (175,197,246). Sum of RGB (Red+Green+Blue) = 175+197+246=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5F6 is #503A09. Grayscale: #C3C3C3. Windows color (decimal): -5257738 or 16172463. OLE color: 16172463.
HSL color Cylindrical-coordinate representation of color #AFC5F6: hue angle of 221.41º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC5F6 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 197 | 246 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.04 |
| HSL | 221.41º | 0.8% | 0.83% | - |
| HSV(B) | 221.41º | 0.29% | 0.96% | - |
| XYZ | 54.28 | 55.7 | 95.08 | - |
| YUV | 196.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 246 | 0.29 | 0.20 | 0 | 0.04 | 221.41 | 0.8 | 0.83 |
| Hex | AF | C5 | F6 | 1D | 14 | 0 | 4 | DD | 50 | 53 |
| Octal | 257 | 305 | 366 | 35 | 24 | 0 | 4 | 335 | 120 | 123 |
| Binary | 10101111 | 11000101 | 11110110 | 11101 | 10100 | 0 | 100 | 11011101 | 1010000 | 1010011 |
Color Harmonies of #AFC5F6
Complementary color
Monochromatic Colors of #AFC5F6
Black with #AFC5F6
Text Example
Text Example
White with #AFC5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5F6; }
p { color: rgb(175,197,246); }
H1.HeaderClassName
{
color: #AFC5F6;
}
.AnyTagClassName
{
color: #AFC5F6;
}
</style>
background-color css
<style>
a { background-color: #AFC5F6; }
a { background-color: rgb(175,197,246); }
div.DivClassName
{
background-color: #AFC5F6;
}
.BgClassName
{
background-color: #AFC5F6;
}
</style>
border-color css
<style>
span { border-color: #AFC5F6; }
span { border-color: rgb(175,197,246); }
td.TdClassName
{
border-color: #AFC5F6;
}
.TagClassName
{
border-color: #AFC5F6;
}
</style>