Shades of Tropical Blue #AFC5EC
Tints of Tropical Blue #AFC5EC
RGB
CMYK
RGB Variations
Color information
#AFC5EC (or 0xAFC5EC) is known color: Tropical Blue. HEX triplet: AF, C5 and EC. RGB value is (175,197,236). Sum of RGB (Red+Green+Blue) = 175+197+236=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5EC is #503A13. Grayscale: #C2C2C2. Windows color (decimal): -5257748 or 15517103. OLE color: 15517103.
HSL color Cylindrical-coordinate representation of color #AFC5EC: hue angle of 218.36º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC5EC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 197 | 236 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.07 |
| HSL | 218.36º | 0.62% | 0.81% | - |
| HSV(B) | 218.36º | 0.26% | 0.93% | - |
| XYZ | 52.79 | 55.1 | 87.21 | - |
| YUV | 194.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 236 | 0.26 | 0.17 | 0 | 0.07 | 218.36 | 0.62 | 0.81 |
| Hex | AF | C5 | EC | 1A | 11 | 0 | 7 | DA | 3E | 51 |
| Octal | 257 | 305 | 354 | 32 | 21 | 0 | 7 | 332 | 76 | 121 |
| Binary | 10101111 | 11000101 | 11101100 | 11010 | 10001 | 0 | 111 | 11011010 | 111110 | 1010001 |
Color Harmonies of #AFC5EC
Complementary color
Monochromatic Colors of #AFC5EC
Black with #AFC5EC
Text Example
Text Example
White with #AFC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5EC; }
p { color: rgb(175,197,236); }
H1.HeaderClassName
{
color: #AFC5EC;
}
.AnyTagClassName
{
color: #AFC5EC;
}
</style>
background-color css
<style>
a { background-color: #AFC5EC; }
a { background-color: rgb(175,197,236); }
div.DivClassName
{
background-color: #AFC5EC;
}
.BgClassName
{
background-color: #AFC5EC;
}
</style>
border-color css
<style>
span { border-color: #AFC5EC; }
span { border-color: rgb(175,197,236); }
td.TdClassName
{
border-color: #AFC5EC;
}
.TagClassName
{
border-color: #AFC5EC;
}
</style>