Shades of Tropical Blue #AFC3F1
Tints of Tropical Blue #AFC3F1
RGB
CMYK
RGB Variations
Color information
#AFC3F1 (or 0xAFC3F1) is known color: Tropical Blue. HEX triplet: AF, C3 and F1. RGB value is (175,195,241). Sum of RGB (Red+Green+Blue) = 175+195+241=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFC3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F1 is #503C0E. Grayscale: #C2C2C2. Windows color (decimal): -5258255 or 15844271. OLE color: 15844271.
HSL color Cylindrical-coordinate representation of color #AFC3F1: hue angle of 221.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC3F1 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 195 | 241 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.05 |
| HSL | 221.82º | 0.7% | 0.82% | - |
| HSV(B) | 221.82º | 0.27% | 0.95% | - |
| XYZ | 53.07 | 54.5 | 90.94 | - |
| YUV | 194.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 241 | 0.27 | 0.19 | 0 | 0.05 | 221.82 | 0.7 | 0.82 |
| Hex | AF | C3 | F1 | 1B | 13 | 0 | 5 | DE | 46 | 52 |
| Octal | 257 | 303 | 361 | 33 | 23 | 0 | 5 | 336 | 106 | 122 |
| Binary | 10101111 | 11000011 | 11110001 | 11011 | 10011 | 0 | 101 | 11011110 | 1000110 | 1010010 |
Color Harmonies of #AFC3F1
Complementary color
Monochromatic Colors of #AFC3F1
Black with #AFC3F1
Text Example
Text Example
White with #AFC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3F1; }
p { color: rgb(175,195,241); }
H1.HeaderClassName
{
color: #AFC3F1;
}
.AnyTagClassName
{
color: #AFC3F1;
}
</style>
background-color css
<style>
a { background-color: #AFC3F1; }
a { background-color: rgb(175,195,241); }
div.DivClassName
{
background-color: #AFC3F1;
}
.BgClassName
{
background-color: #AFC3F1;
}
</style>
border-color css
<style>
span { border-color: #AFC3F1; }
span { border-color: rgb(175,195,241); }
td.TdClassName
{
border-color: #AFC3F1;
}
.TagClassName
{
border-color: #AFC3F1;
}
</style>