Shades of Tropical Blue #AFC7F9
Tints of Tropical Blue #AFC7F9
RGB
CMYK
RGB Variations
Color information
#AFC7F9 (or 0xAFC7F9) is known color: Tropical Blue. HEX triplet: AF, C7 and F9. RGB value is (175,199,249). Sum of RGB (Red+Green+Blue) = 175+199+249=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFC7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7F9 is #503806. Grayscale: #C5C5C5. Windows color (decimal): -5257223 or 16369583. OLE color: 16369583.
HSL color Cylindrical-coordinate representation of color #AFC7F9: hue angle of 220.54º 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 #AFC7F9 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 199 | 249 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.02 |
| HSL | 220.54º | 0.86% | 0.83% | - |
| HSV(B) | 220.54º | 0.3% | 0.98% | - |
| XYZ | 55.2 | 56.8 | 97.68 | - |
| YUV | 197.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 249 | 0.30 | 0.20 | 0 | 0.02 | 220.54 | 0.86 | 0.83 |
| Hex | AF | C7 | F9 | 1E | 14 | 0 | 2 | DD | 56 | 53 |
| Octal | 257 | 307 | 371 | 36 | 24 | 0 | 2 | 335 | 126 | 123 |
| Binary | 10101111 | 11000111 | 11111001 | 11110 | 10100 | 0 | 10 | 11011101 | 1010110 | 1010011 |
Color Harmonies of #AFC7F9
Complementary color
Monochromatic Colors of #AFC7F9
Black with #AFC7F9
Text Example
Text Example
White with #AFC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7F9; }
p { color: rgb(175,199,249); }
H1.HeaderClassName
{
color: #AFC7F9;
}
.AnyTagClassName
{
color: #AFC7F9;
}
</style>
background-color css
<style>
a { background-color: #AFC7F9; }
a { background-color: rgb(175,199,249); }
div.DivClassName
{
background-color: #AFC7F9;
}
.BgClassName
{
background-color: #AFC7F9;
}
</style>
border-color css
<style>
span { border-color: #AFC7F9; }
span { border-color: rgb(175,199,249); }
td.TdClassName
{
border-color: #AFC7F9;
}
.TagClassName
{
border-color: #AFC7F9;
}
</style>