Shades of Tropical Blue #AFC9F8
Tints of Tropical Blue #AFC9F8
RGB
CMYK
RGB Variations
Color information
#AFC9F8 (or 0xAFC9F8) is known color: Tropical Blue. HEX triplet: AF, C9 and F8. RGB value is (175,201,248). Sum of RGB (Red+Green+Blue) = 175+201+248=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC9F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9F8 is #503607. Grayscale: #C6C6C6. Windows color (decimal): -5256712 or 16304559. OLE color: 16304559.
HSL color Cylindrical-coordinate representation of color #AFC9F8: hue angle of 218.63º 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 #AFC9F8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 201 | 248 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.03 |
| HSL | 218.63º | 0.84% | 0.83% | - |
| HSV(B) | 218.63º | 0.29% | 0.97% | - |
| XYZ | 55.51 | 57.66 | 97.01 | - |
| YUV | 198.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 248 | 0.29 | 0.19 | 0 | 0.03 | 218.63 | 0.84 | 0.83 |
| Hex | AF | C9 | F8 | 1D | 13 | 0 | 3 | DB | 54 | 53 |
| Octal | 257 | 311 | 370 | 35 | 23 | 0 | 3 | 333 | 124 | 123 |
| Binary | 10101111 | 11001001 | 11111000 | 11101 | 10011 | 0 | 11 | 11011011 | 1010100 | 1010011 |
Color Harmonies of #AFC9F8
Complementary color
Monochromatic Colors of #AFC9F8
Black with #AFC9F8
Text Example
Text Example
White with #AFC9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9F8; }
p { color: rgb(175,201,248); }
H1.HeaderClassName
{
color: #AFC9F8;
}
.AnyTagClassName
{
color: #AFC9F8;
}
</style>
background-color css
<style>
a { background-color: #AFC9F8; }
a { background-color: rgb(175,201,248); }
div.DivClassName
{
background-color: #AFC9F8;
}
.BgClassName
{
background-color: #AFC9F8;
}
</style>
border-color css
<style>
span { border-color: #AFC9F8; }
span { border-color: rgb(175,201,248); }
td.TdClassName
{
border-color: #AFC9F8;
}
.TagClassName
{
border-color: #AFC9F8;
}
</style>