Shades of Tropical Blue #AFC9EF
Tints of Tropical Blue #AFC9EF
RGB
CMYK
RGB Variations
Color information
#AFC9EF (or 0xAFC9EF) is known color: Tropical Blue. HEX triplet: AF, C9 and EF. RGB value is (175,201,239). Sum of RGB (Red+Green+Blue) = 175+201+239=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9EF is #503610. Grayscale: #C5C5C5. Windows color (decimal): -5256721 or 15714735. OLE color: 15714735.
HSL color Cylindrical-coordinate representation of color #AFC9EF: hue angle of 215.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC9EF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 201 | 239 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.06 |
| HSL | 215.63º | 0.67% | 0.81% | - |
| HSV(B) | 215.63º | 0.27% | 0.94% | - |
| XYZ | 54.15 | 57.12 | 89.83 | - |
| YUV | 197.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 239 | 0.27 | 0.16 | 0 | 0.06 | 215.63 | 0.67 | 0.81 |
| Hex | AF | C9 | EF | 1B | 10 | 0 | 6 | D8 | 43 | 51 |
| Octal | 257 | 311 | 357 | 33 | 20 | 0 | 6 | 330 | 103 | 121 |
| Binary | 10101111 | 11001001 | 11101111 | 11011 | 10000 | 0 | 110 | 11011000 | 1000011 | 1010001 |
Color Harmonies of #AFC9EF
Complementary color
Monochromatic Colors of #AFC9EF
Black with #AFC9EF
Text Example
Text Example
White with #AFC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9EF; }
p { color: rgb(175,201,239); }
H1.HeaderClassName
{
color: #AFC9EF;
}
.AnyTagClassName
{
color: #AFC9EF;
}
</style>
background-color css
<style>
a { background-color: #AFC9EF; }
a { background-color: rgb(175,201,239); }
div.DivClassName
{
background-color: #AFC9EF;
}
.BgClassName
{
background-color: #AFC9EF;
}
</style>
border-color css
<style>
span { border-color: #AFC9EF; }
span { border-color: rgb(175,201,239); }
td.TdClassName
{
border-color: #AFC9EF;
}
.TagClassName
{
border-color: #AFC9EF;
}
</style>