Shades of Tropical Blue #AFC5F7
Tints of Tropical Blue #AFC5F7
RGB
CMYK
RGB Variations
Color information
#AFC5F7 (or 0xAFC5F7) is known color: Tropical Blue. HEX triplet: AF, C5 and F7. RGB value is (175,197,247). Sum of RGB (Red+Green+Blue) = 175+197+247=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5F7 is #503A08. Grayscale: #C3C3C3. Windows color (decimal): -5257737 or 16237999. OLE color: 16237999.
HSL color Cylindrical-coordinate representation of color #AFC5F7: hue angle of 221.67º degrees, saturation: 0.82, 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 #AFC5F7 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 197 | 247 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.03 |
| HSL | 221.67º | 0.82% | 0.83% | - |
| HSV(B) | 221.67º | 0.29% | 0.97% | - |
| XYZ | 54.43 | 55.76 | 95.89 | - |
| YUV | 196.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 247 | 0.29 | 0.20 | 0 | 0.03 | 221.67 | 0.82 | 0.83 |
| Hex | AF | C5 | F7 | 1D | 14 | 0 | 3 | DE | 52 | 53 |
| Octal | 257 | 305 | 367 | 35 | 24 | 0 | 3 | 336 | 122 | 123 |
| Binary | 10101111 | 11000101 | 11110111 | 11101 | 10100 | 0 | 11 | 11011110 | 1010010 | 1010011 |
Color Harmonies of #AFC5F7
Complementary color
Monochromatic Colors of #AFC5F7
Black with #AFC5F7
Text Example
Text Example
White with #AFC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5F7; }
p { color: rgb(175,197,247); }
H1.HeaderClassName
{
color: #AFC5F7;
}
.AnyTagClassName
{
color: #AFC5F7;
}
</style>
background-color css
<style>
a { background-color: #AFC5F7; }
a { background-color: rgb(175,197,247); }
div.DivClassName
{
background-color: #AFC5F7;
}
.BgClassName
{
background-color: #AFC5F7;
}
</style>
border-color css
<style>
span { border-color: #AFC5F7; }
span { border-color: rgb(175,197,247); }
td.TdClassName
{
border-color: #AFC5F7;
}
.TagClassName
{
border-color: #AFC5F7;
}
</style>