Shades of Tropical Blue #AFC7F8
Tints of Tropical Blue #AFC7F8
RGB
CMYK
RGB Variations
Color information
#AFC7F8 (or 0xAFC7F8) is known color: Tropical Blue. HEX triplet: AF, C7 and F8. RGB value is (175,199,248). Sum of RGB (Red+Green+Blue) = 175+199+248=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7F8 is #503807. Grayscale: #C5C5C5. Windows color (decimal): -5257224 or 16304047. OLE color: 16304047.
HSL color Cylindrical-coordinate representation of color #AFC7F8: hue angle of 220.27º 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 #AFC7F8 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 199 | 248 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.03 |
| HSL | 220.27º | 0.84% | 0.83% | - |
| HSV(B) | 220.27º | 0.29% | 0.97% | - |
| XYZ | 55.05 | 56.74 | 96.86 | - |
| YUV | 197.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 248 | 0.29 | 0.20 | 0 | 0.03 | 220.27 | 0.84 | 0.83 |
| Hex | AF | C7 | F8 | 1D | 14 | 0 | 3 | DC | 54 | 53 |
| Octal | 257 | 307 | 370 | 35 | 24 | 0 | 3 | 334 | 124 | 123 |
| Binary | 10101111 | 11000111 | 11111000 | 11101 | 10100 | 0 | 11 | 11011100 | 1010100 | 1010011 |
Color Harmonies of #AFC7F8
Complementary color
Monochromatic Colors of #AFC7F8
Black with #AFC7F8
Text Example
Text Example
White with #AFC7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7F8; }
p { color: rgb(175,199,248); }
H1.HeaderClassName
{
color: #AFC7F8;
}
.AnyTagClassName
{
color: #AFC7F8;
}
</style>
background-color css
<style>
a { background-color: #AFC7F8; }
a { background-color: rgb(175,199,248); }
div.DivClassName
{
background-color: #AFC7F8;
}
.BgClassName
{
background-color: #AFC7F8;
}
</style>
border-color css
<style>
span { border-color: #AFC7F8; }
span { border-color: rgb(175,199,248); }
td.TdClassName
{
border-color: #AFC7F8;
}
.TagClassName
{
border-color: #AFC7F8;
}
</style>