Shades of Tropical Blue #AFC7FB
Tints of Tropical Blue #AFC7FB
RGB
CMYK
RGB Variations
Color information
#AFC7FB (or 0xAFC7FB) is known color: Tropical Blue. HEX triplet: AF, C7 and FB. RGB value is (175,199,251). Sum of RGB (Red+Green+Blue) = 175+199+251=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7FB is #503804. Grayscale: #C5C5C5. Windows color (decimal): -5257221 or 16500655. OLE color: 16500655.
HSL color Cylindrical-coordinate representation of color #AFC7FB: hue angle of 221.05º 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 #AFC7FB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 199 | 251 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.02 |
| HSL | 221.05º | 0.9% | 0.84% | - |
| HSV(B) | 221.05º | 0.3% | 0.98% | - |
| XYZ | 55.52 | 56.93 | 99.33 | - |
| YUV | 197.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 251 | 0.30 | 0.21 | 0 | 0.02 | 221.05 | 0.9 | 0.84 |
| Hex | AF | C7 | FB | 1E | 15 | 0 | 2 | DD | 5A | 54 |
| Octal | 257 | 307 | 373 | 36 | 25 | 0 | 2 | 335 | 132 | 124 |
| Binary | 10101111 | 11000111 | 11111011 | 11110 | 10101 | 0 | 10 | 11011101 | 1011010 | 1010100 |
Color Harmonies of #AFC7FB
Complementary color
Monochromatic Colors of #AFC7FB
Black with #AFC7FB
Text Example
Text Example
White with #AFC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7FB; }
p { color: rgb(175,199,251); }
H1.HeaderClassName
{
color: #AFC7FB;
}
.AnyTagClassName
{
color: #AFC7FB;
}
</style>
background-color css
<style>
a { background-color: #AFC7FB; }
a { background-color: rgb(175,199,251); }
div.DivClassName
{
background-color: #AFC7FB;
}
.BgClassName
{
background-color: #AFC7FB;
}
</style>
border-color css
<style>
span { border-color: #AFC7FB; }
span { border-color: rgb(175,199,251); }
td.TdClassName
{
border-color: #AFC7FB;
}
.TagClassName
{
border-color: #AFC7FB;
}
</style>