Shades of Tropical Blue #AFC6FC
Tints of Tropical Blue #AFC6FC
RGB
CMYK
RGB Variations
Color information
#AFC6FC (or 0xAFC6FC) is known color: Tropical Blue. HEX triplet: AF, C6 and FC. RGB value is (175,198,252). Sum of RGB (Red+Green+Blue) = 175+198+252=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6FC is #503903. Grayscale: #C5C5C5. Windows color (decimal): -5257476 or 16565935. OLE color: 16565935.
HSL color Cylindrical-coordinate representation of color #AFC6FC: hue angle of 222.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC6FC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 198 | 252 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.01 |
| HSL | 222.08º | 0.93% | 0.84% | - |
| HSV(B) | 222.08º | 0.31% | 0.99% | - |
| XYZ | 55.44 | 56.53 | 100.08 | - |
| YUV | 197.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 252 | 0.31 | 0.21 | 0 | 0.01 | 222.08 | 0.93 | 0.84 |
| Hex | AF | C6 | FC | 1F | 15 | 0 | 1 | DE | 5D | 54 |
| Octal | 257 | 306 | 374 | 37 | 25 | 0 | 1 | 336 | 135 | 124 |
| Binary | 10101111 | 11000110 | 11111100 | 11111 | 10101 | 0 | 1 | 11011110 | 1011101 | 1010100 |
Color Harmonies of #AFC6FC
Complementary color
Monochromatic Colors of #AFC6FC
Black with #AFC6FC
Text Example
Text Example
White with #AFC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6FC; }
p { color: rgb(175,198,252); }
H1.HeaderClassName
{
color: #AFC6FC;
}
.AnyTagClassName
{
color: #AFC6FC;
}
</style>
background-color css
<style>
a { background-color: #AFC6FC; }
a { background-color: rgb(175,198,252); }
div.DivClassName
{
background-color: #AFC6FC;
}
.BgClassName
{
background-color: #AFC6FC;
}
</style>
border-color css
<style>
span { border-color: #AFC6FC; }
span { border-color: rgb(175,198,252); }
td.TdClassName
{
border-color: #AFC6FC;
}
.TagClassName
{
border-color: #AFC6FC;
}
</style>