Shades of Tropical Blue #AFC5FC
Tints of Tropical Blue #AFC5FC
RGB
CMYK
RGB Variations
Color information
#AFC5FC (or 0xAFC5FC) is known color: Tropical Blue. HEX triplet: AF, C5 and FC. RGB value is (175,197,252). Sum of RGB (Red+Green+Blue) = 175+197+252=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5FC is #503A03. Grayscale: #C4C4C4. Windows color (decimal): -5257732 or 16565679. OLE color: 16565679.
HSL color Cylindrical-coordinate representation of color #AFC5FC: hue angle of 222.86º 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 #AFC5FC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 197 | 252 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.01 |
| HSL | 222.86º | 0.93% | 0.84% | - |
| HSV(B) | 222.86º | 0.31% | 0.99% | - |
| XYZ | 55.22 | 56.07 | 100.01 | - |
| YUV | 196.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 252 | 0.31 | 0.22 | 0 | 0.01 | 222.86 | 0.93 | 0.84 |
| Hex | AF | C5 | FC | 1F | 16 | 0 | 1 | DF | 5D | 54 |
| Octal | 257 | 305 | 374 | 37 | 26 | 0 | 1 | 337 | 135 | 124 |
| Binary | 10101111 | 11000101 | 11111100 | 11111 | 10110 | 0 | 1 | 11011111 | 1011101 | 1010100 |
Color Harmonies of #AFC5FC
Complementary color
Monochromatic Colors of #AFC5FC
Black with #AFC5FC
Text Example
Text Example
White with #AFC5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5FC; }
p { color: rgb(175,197,252); }
H1.HeaderClassName
{
color: #AFC5FC;
}
.AnyTagClassName
{
color: #AFC5FC;
}
</style>
background-color css
<style>
a { background-color: #AFC5FC; }
a { background-color: rgb(175,197,252); }
div.DivClassName
{
background-color: #AFC5FC;
}
.BgClassName
{
background-color: #AFC5FC;
}
</style>
border-color css
<style>
span { border-color: #AFC5FC; }
span { border-color: rgb(175,197,252); }
td.TdClassName
{
border-color: #AFC5FC;
}
.TagClassName
{
border-color: #AFC5FC;
}
</style>