Shades of Tropical Blue #AFC5F4
Tints of Tropical Blue #AFC5F4
RGB
CMYK
RGB Variations
Color information
#AFC5F4 (or 0xAFC5F4) is known color: Tropical Blue. HEX triplet: AF, C5 and F4. RGB value is (175,197,244). Sum of RGB (Red+Green+Blue) = 175+197+244=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFC5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5F4 is #503A0B. Grayscale: #C3C3C3. Windows color (decimal): -5257740 or 16041391. OLE color: 16041391.
HSL color Cylindrical-coordinate representation of color #AFC5F4: hue angle of 220.87º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC5F4 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 197 | 244 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.04 |
| HSL | 220.87º | 0.76% | 0.82% | - |
| HSV(B) | 220.87º | 0.28% | 0.96% | - |
| XYZ | 53.97 | 55.58 | 93.47 | - |
| YUV | 195.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 244 | 0.28 | 0.19 | 0 | 0.04 | 220.87 | 0.76 | 0.82 |
| Hex | AF | C5 | F4 | 1C | 13 | 0 | 4 | DD | 4C | 52 |
| Octal | 257 | 305 | 364 | 34 | 23 | 0 | 4 | 335 | 114 | 122 |
| Binary | 10101111 | 11000101 | 11110100 | 11100 | 10011 | 0 | 100 | 11011101 | 1001100 | 1010010 |
Color Harmonies of #AFC5F4
Complementary color
Monochromatic Colors of #AFC5F4
Black with #AFC5F4
Text Example
Text Example
White with #AFC5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5F4; }
p { color: rgb(175,197,244); }
H1.HeaderClassName
{
color: #AFC5F4;
}
.AnyTagClassName
{
color: #AFC5F4;
}
</style>
background-color css
<style>
a { background-color: #AFC5F4; }
a { background-color: rgb(175,197,244); }
div.DivClassName
{
background-color: #AFC5F4;
}
.BgClassName
{
background-color: #AFC5F4;
}
</style>
border-color css
<style>
span { border-color: #AFC5F4; }
span { border-color: rgb(175,197,244); }
td.TdClassName
{
border-color: #AFC5F4;
}
.TagClassName
{
border-color: #AFC5F4;
}
</style>