Shades of Tropical Blue #AFC6FB
Tints of Tropical Blue #AFC6FB
RGB
CMYK
RGB Variations
Color information
#AFC6FB (or 0xAFC6FB) is known color: Tropical Blue. HEX triplet: AF, C6 and FB. RGB value is (175,198,251). Sum of RGB (Red+Green+Blue) = 175+198+251=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6FB is #503904. Grayscale: #C4C4C4. Windows color (decimal): -5257477 or 16500399. OLE color: 16500399.
HSL color Cylindrical-coordinate representation of color #AFC6FB: hue angle of 221.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC6FB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 198 | 251 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.02 |
| HSL | 221.84º | 0.9% | 0.84% | - |
| HSV(B) | 221.84º | 0.3% | 0.98% | - |
| XYZ | 55.29 | 56.47 | 99.25 | - |
| YUV | 197.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 251 | 0.30 | 0.21 | 0 | 0.02 | 221.84 | 0.9 | 0.84 |
| Hex | AF | C6 | FB | 1E | 15 | 0 | 2 | DE | 5A | 54 |
| Octal | 257 | 306 | 373 | 36 | 25 | 0 | 2 | 336 | 132 | 124 |
| Binary | 10101111 | 11000110 | 11111011 | 11110 | 10101 | 0 | 10 | 11011110 | 1011010 | 1010100 |
Color Harmonies of #AFC6FB
Complementary color
Monochromatic Colors of #AFC6FB
Black with #AFC6FB
Text Example
Text Example
White with #AFC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6FB; }
p { color: rgb(175,198,251); }
H1.HeaderClassName
{
color: #AFC6FB;
}
.AnyTagClassName
{
color: #AFC6FB;
}
</style>
background-color css
<style>
a { background-color: #AFC6FB; }
a { background-color: rgb(175,198,251); }
div.DivClassName
{
background-color: #AFC6FB;
}
.BgClassName
{
background-color: #AFC6FB;
}
</style>
border-color css
<style>
span { border-color: #AFC6FB; }
span { border-color: rgb(175,198,251); }
td.TdClassName
{
border-color: #AFC6FB;
}
.TagClassName
{
border-color: #AFC6FB;
}
</style>