Shades of Tropical Blue #AFC4FA
Tints of Tropical Blue #AFC4FA
RGB
CMYK
RGB Variations
Color information
#AFC4FA (or 0xAFC4FA) is known color: Tropical Blue. HEX triplet: AF, C4 and FA. RGB value is (175,196,250). Sum of RGB (Red+Green+Blue) = 175+196+250=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4FA is #503B05. Grayscale: #C3C3C3. Windows color (decimal): -5257990 or 16434351. OLE color: 16434351.
HSL color Cylindrical-coordinate representation of color #AFC4FA: hue angle of 223.2º 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 #AFC4FA is Cyan = 0.3, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 196 | 250 | - |
| CMYK | 0.3 | 0.22 | 0 | 0.02 |
| HSL | 223.2º | 0.88% | 0.83% | - |
| HSV(B) | 223.2º | 0.3% | 0.98% | - |
| XYZ | 54.67 | 55.5 | 98.27 | - |
| YUV | 195.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 250 | 0.3 | 0.22 | 0 | 0.02 | 223.2 | 0.88 | 0.83 |
| Hex | AF | C4 | FA | 1E | 16 | 0 | 2 | DF | 58 | 53 |
| Octal | 257 | 304 | 372 | 36 | 26 | 0 | 2 | 337 | 130 | 123 |
| Binary | 10101111 | 11000100 | 11111010 | 11110 | 10110 | 0 | 10 | 11011111 | 1011000 | 1010011 |
Color Harmonies of #AFC4FA
Complementary color
Monochromatic Colors of #AFC4FA
Black with #AFC4FA
Text Example
Text Example
White with #AFC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4FA; }
p { color: rgb(175,196,250); }
H1.HeaderClassName
{
color: #AFC4FA;
}
.AnyTagClassName
{
color: #AFC4FA;
}
</style>
background-color css
<style>
a { background-color: #AFC4FA; }
a { background-color: rgb(175,196,250); }
div.DivClassName
{
background-color: #AFC4FA;
}
.BgClassName
{
background-color: #AFC4FA;
}
</style>
border-color css
<style>
span { border-color: #AFC4FA; }
span { border-color: rgb(175,196,250); }
td.TdClassName
{
border-color: #AFC4FA;
}
.TagClassName
{
border-color: #AFC4FA;
}
</style>