Shades of Tropical Blue #AFC7FA
Tints of Tropical Blue #AFC7FA
RGB
CMYK
RGB Variations
Color information
#AFC7FA (or 0xAFC7FA) is known color: Tropical Blue. HEX triplet: AF, C7 and FA. RGB value is (175,199,250). Sum of RGB (Red+Green+Blue) = 175+199+250=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7FA is #503805. Grayscale: #C5C5C5. Windows color (decimal): -5257222 or 16435119. OLE color: 16435119.
HSL color Cylindrical-coordinate representation of color #AFC7FA: hue angle of 220.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC7FA is Cyan = 0.3, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 199 | 250 | - |
| CMYK | 0.3 | 0.20 | 0 | 0.02 |
| HSL | 220.8º | 0.88% | 0.83% | - |
| HSV(B) | 220.8º | 0.3% | 0.98% | - |
| XYZ | 55.36 | 56.86 | 98.5 | - |
| YUV | 197.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 250 | 0.3 | 0.20 | 0 | 0.02 | 220.8 | 0.88 | 0.83 |
| Hex | AF | C7 | FA | 1E | 14 | 0 | 2 | DD | 58 | 53 |
| Octal | 257 | 307 | 372 | 36 | 24 | 0 | 2 | 335 | 130 | 123 |
| Binary | 10101111 | 11000111 | 11111010 | 11110 | 10100 | 0 | 10 | 11011101 | 1011000 | 1010011 |
Color Harmonies of #AFC7FA
Complementary color
Monochromatic Colors of #AFC7FA
Black with #AFC7FA
Text Example
Text Example
White with #AFC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7FA; }
p { color: rgb(175,199,250); }
H1.HeaderClassName
{
color: #AFC7FA;
}
.AnyTagClassName
{
color: #AFC7FA;
}
</style>
background-color css
<style>
a { background-color: #AFC7FA; }
a { background-color: rgb(175,199,250); }
div.DivClassName
{
background-color: #AFC7FA;
}
.BgClassName
{
background-color: #AFC7FA;
}
</style>
border-color css
<style>
span { border-color: #AFC7FA; }
span { border-color: rgb(175,199,250); }
td.TdClassName
{
border-color: #AFC7FA;
}
.TagClassName
{
border-color: #AFC7FA;
}
</style>