Shades of Tropical Blue #AFC9EC
Tints of Tropical Blue #AFC9EC
RGB
CMYK
RGB Variations
Color information
#AFC9EC (or 0xAFC9EC) is known color: Tropical Blue. HEX triplet: AF, C9 and EC. RGB value is (175,201,236). Sum of RGB (Red+Green+Blue) = 175+201+236=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9EC is #503613. Grayscale: #C5C5C5. Windows color (decimal): -5256724 or 15518127. OLE color: 15518127.
HSL color Cylindrical-coordinate representation of color #AFC9EC: hue angle of 214.43º 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 #AFC9EC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 201 | 236 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.07 |
| HSL | 214.43º | 0.62% | 0.81% | - |
| HSV(B) | 214.43º | 0.26% | 0.93% | - |
| XYZ | 53.71 | 56.94 | 87.52 | - |
| YUV | 197.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 236 | 0.26 | 0.15 | 0 | 0.07 | 214.43 | 0.62 | 0.81 |
| Hex | AF | C9 | EC | 1A | F | 0 | 7 | D6 | 3E | 51 |
| Octal | 257 | 311 | 354 | 32 | 17 | 0 | 7 | 326 | 76 | 121 |
| Binary | 10101111 | 11001001 | 11101100 | 11010 | 1111 | 0 | 111 | 11010110 | 111110 | 1010001 |
Color Harmonies of #AFC9EC
Complementary color
Monochromatic Colors of #AFC9EC
Black with #AFC9EC
Text Example
Text Example
White with #AFC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9EC; }
p { color: rgb(175,201,236); }
H1.HeaderClassName
{
color: #AFC9EC;
}
.AnyTagClassName
{
color: #AFC9EC;
}
</style>
background-color css
<style>
a { background-color: #AFC9EC; }
a { background-color: rgb(175,201,236); }
div.DivClassName
{
background-color: #AFC9EC;
}
.BgClassName
{
background-color: #AFC9EC;
}
</style>
border-color css
<style>
span { border-color: #AFC9EC; }
span { border-color: rgb(175,201,236); }
td.TdClassName
{
border-color: #AFC9EC;
}
.TagClassName
{
border-color: #AFC9EC;
}
</style>