Shades of Tropical Blue #AFC3EF
Tints of Tropical Blue #AFC3EF
RGB
CMYK
RGB Variations
Color information
#AFC3EF (or 0xAFC3EF) is known color: Tropical Blue. HEX triplet: AF, C3 and EF. RGB value is (175,195,239). Sum of RGB (Red+Green+Blue) = 175+195+239=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3EF is #503C10. Grayscale: #C1C1C1. Windows color (decimal): -5258257 or 15713199. OLE color: 15713199.
HSL color Cylindrical-coordinate representation of color #AFC3EF: hue angle of 221.25º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC3EF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 195 | 239 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.06 |
| HSL | 221.25º | 0.67% | 0.81% | - |
| HSV(B) | 221.25º | 0.27% | 0.94% | - |
| XYZ | 52.77 | 54.38 | 89.38 | - |
| YUV | 194.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 239 | 0.27 | 0.18 | 0 | 0.06 | 221.25 | 0.67 | 0.81 |
| Hex | AF | C3 | EF | 1B | 12 | 0 | 6 | DD | 43 | 51 |
| Octal | 257 | 303 | 357 | 33 | 22 | 0 | 6 | 335 | 103 | 121 |
| Binary | 10101111 | 11000011 | 11101111 | 11011 | 10010 | 0 | 110 | 11011101 | 1000011 | 1010001 |
Color Harmonies of #AFC3EF
Complementary color
Monochromatic Colors of #AFC3EF
Black with #AFC3EF
Text Example
Text Example
White with #AFC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3EF; }
p { color: rgb(175,195,239); }
H1.HeaderClassName
{
color: #AFC3EF;
}
.AnyTagClassName
{
color: #AFC3EF;
}
</style>
background-color css
<style>
a { background-color: #AFC3EF; }
a { background-color: rgb(175,195,239); }
div.DivClassName
{
background-color: #AFC3EF;
}
.BgClassName
{
background-color: #AFC3EF;
}
</style>
border-color css
<style>
span { border-color: #AFC3EF; }
span { border-color: rgb(175,195,239); }
td.TdClassName
{
border-color: #AFC3EF;
}
.TagClassName
{
border-color: #AFC3EF;
}
</style>