Shades of Tropical Blue #AFC8FA
Tints of Tropical Blue #AFC8FA
RGB
CMYK
RGB Variations
Color information
#AFC8FA (or 0xAFC8FA) is known color: Tropical Blue. HEX triplet: AF, C8 and FA. RGB value is (175,200,250). Sum of RGB (Red+Green+Blue) = 175+200+250=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8FA is #503705. Grayscale: #C6C6C6. Windows color (decimal): -5256966 or 16435375. OLE color: 16435375.
HSL color Cylindrical-coordinate representation of color #AFC8FA: hue angle of 220º 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 #AFC8FA is Cyan = 0.3, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 200 | 250 | - |
| CMYK | 0.3 | 0.2 | 0 | 0.02 |
| HSL | 220º | 0.88% | 0.83% | - |
| HSV(B) | 220º | 0.3% | 0.98% | - |
| XYZ | 55.59 | 57.32 | 98.58 | - |
| YUV | 198.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 250 | 0.3 | 0.2 | 0 | 0.02 | 220 | 0.88 | 0.83 |
| Hex | AF | C8 | FA | 1E | 14 | 0 | 2 | DC | 58 | 53 |
| Octal | 257 | 310 | 372 | 36 | 24 | 0 | 2 | 334 | 130 | 123 |
| Binary | 10101111 | 11001000 | 11111010 | 11110 | 10100 | 0 | 10 | 11011100 | 1011000 | 1010011 |
Color Harmonies of #AFC8FA
Complementary color
Monochromatic Colors of #AFC8FA
Black with #AFC8FA
Text Example
Text Example
White with #AFC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8FA; }
p { color: rgb(175,200,250); }
H1.HeaderClassName
{
color: #AFC8FA;
}
.AnyTagClassName
{
color: #AFC8FA;
}
</style>
background-color css
<style>
a { background-color: #AFC8FA; }
a { background-color: rgb(175,200,250); }
div.DivClassName
{
background-color: #AFC8FA;
}
.BgClassName
{
background-color: #AFC8FA;
}
</style>
border-color css
<style>
span { border-color: #AFC8FA; }
span { border-color: rgb(175,200,250); }
td.TdClassName
{
border-color: #AFC8FA;
}
.TagClassName
{
border-color: #AFC8FA;
}
</style>