Shades of Tropical Blue #AFC5E6
Tints of Tropical Blue #AFC5E6
RGB
CMYK
RGB Variations
Color information
#AFC5E6 (or 0xAFC5E6) is known color: Tropical Blue. HEX triplet: AF, C5 and E6. RGB value is (175,197,230). Sum of RGB (Red+Green+Blue) = 175+197+230=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5E6 is #503A19. Grayscale: #C2C2C2. Windows color (decimal): -5257754 or 15123887. OLE color: 15123887.
HSL color Cylindrical-coordinate representation of color #AFC5E6: hue angle of 216º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC5E6 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 197 | 230 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.10 |
| HSL | 216º | 0.52% | 0.79% | - |
| HSV(B) | 216º | 0.24% | 0.9% | - |
| XYZ | 51.93 | 54.76 | 82.7 | - |
| YUV | 194.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 230 | 0.24 | 0.14 | 0 | 0.10 | 216 | 0.52 | 0.79 |
| Hex | AF | C5 | E6 | 18 | E | 0 | A | D8 | 34 | 4F |
| Octal | 257 | 305 | 346 | 30 | 16 | 0 | 12 | 330 | 64 | 117 |
| Binary | 10101111 | 11000101 | 11100110 | 11000 | 1110 | 0 | 1010 | 11011000 | 110100 | 1001111 |
Color Harmonies of #AFC5E6
Complementary color
Monochromatic Colors of #AFC5E6
Black with #AFC5E6
Text Example
Text Example
White with #AFC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5E6; }
p { color: rgb(175,197,230); }
H1.HeaderClassName
{
color: #AFC5E6;
}
.AnyTagClassName
{
color: #AFC5E6;
}
</style>
background-color css
<style>
a { background-color: #AFC5E6; }
a { background-color: rgb(175,197,230); }
div.DivClassName
{
background-color: #AFC5E6;
}
.BgClassName
{
background-color: #AFC5E6;
}
</style>
border-color css
<style>
span { border-color: #AFC5E6; }
span { border-color: rgb(175,197,230); }
td.TdClassName
{
border-color: #AFC5E6;
}
.TagClassName
{
border-color: #AFC5E6;
}
</style>