Shades of Tropical Blue #AFC6F0
Tints of Tropical Blue #AFC6F0
RGB
CMYK
RGB Variations
Color information
#AFC6F0 (or 0xAFC6F0) is known color: Tropical Blue. HEX triplet: AF, C6 and F0. RGB value is (175,198,240). Sum of RGB (Red+Green+Blue) = 175+198+240=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFC6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6F0 is #50390F. Grayscale: #C3C3C3. Windows color (decimal): -5257488 or 15779503. OLE color: 15779503.
HSL color Cylindrical-coordinate representation of color #AFC6F0: hue angle of 218.77º degrees, saturation: 0.68, 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 #AFC6F0 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 198 | 240 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.06 |
| HSL | 218.77º | 0.68% | 0.81% | - |
| HSV(B) | 218.77º | 0.27% | 0.94% | - |
| XYZ | 53.6 | 55.79 | 90.38 | - |
| YUV | 195.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 240 | 0.27 | 0.18 | 0 | 0.06 | 218.77 | 0.68 | 0.81 |
| Hex | AF | C6 | F0 | 1B | 12 | 0 | 6 | DB | 44 | 51 |
| Octal | 257 | 306 | 360 | 33 | 22 | 0 | 6 | 333 | 104 | 121 |
| Binary | 10101111 | 11000110 | 11110000 | 11011 | 10010 | 0 | 110 | 11011011 | 1000100 | 1010001 |
Color Harmonies of #AFC6F0
Complementary color
Monochromatic Colors of #AFC6F0
Black with #AFC6F0
Text Example
Text Example
White with #AFC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6F0; }
p { color: rgb(175,198,240); }
H1.HeaderClassName
{
color: #AFC6F0;
}
.AnyTagClassName
{
color: #AFC6F0;
}
</style>
background-color css
<style>
a { background-color: #AFC6F0; }
a { background-color: rgb(175,198,240); }
div.DivClassName
{
background-color: #AFC6F0;
}
.BgClassName
{
background-color: #AFC6F0;
}
</style>
border-color css
<style>
span { border-color: #AFC6F0; }
span { border-color: rgb(175,198,240); }
td.TdClassName
{
border-color: #AFC6F0;
}
.TagClassName
{
border-color: #AFC6F0;
}
</style>