Shades of Tropical Blue #AFC9E6
Tints of Tropical Blue #AFC9E6
RGB
CMYK
RGB Variations
Color information
#AFC9E6 (or 0xAFC9E6) is known color: Tropical Blue. HEX triplet: AF, C9 and E6. RGB value is (175,201,230). Sum of RGB (Red+Green+Blue) = 175+201+230=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9E6 is #503619. Grayscale: #C4C4C4. Windows color (decimal): -5256730 or 15124911. OLE color: 15124911.
HSL color Cylindrical-coordinate representation of color #AFC9E6: hue angle of 211.64º 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 #AFC9E6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 201 | 230 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.10 |
| HSL | 211.64º | 0.52% | 0.79% | - |
| HSV(B) | 211.64º | 0.24% | 0.9% | - |
| XYZ | 52.85 | 56.6 | 83 | - |
| YUV | 196.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 230 | 0.24 | 0.13 | 0 | 0.10 | 211.64 | 0.52 | 0.79 |
| Hex | AF | C9 | E6 | 18 | D | 0 | A | D4 | 34 | 4F |
| Octal | 257 | 311 | 346 | 30 | 15 | 0 | 12 | 324 | 64 | 117 |
| Binary | 10101111 | 11001001 | 11100110 | 11000 | 1101 | 0 | 1010 | 11010100 | 110100 | 1001111 |
Color Harmonies of #AFC9E6
Complementary color
Monochromatic Colors of #AFC9E6
Black with #AFC9E6
Text Example
Text Example
White with #AFC9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9E6; }
p { color: rgb(175,201,230); }
H1.HeaderClassName
{
color: #AFC9E6;
}
.AnyTagClassName
{
color: #AFC9E6;
}
</style>
background-color css
<style>
a { background-color: #AFC9E6; }
a { background-color: rgb(175,201,230); }
div.DivClassName
{
background-color: #AFC9E6;
}
.BgClassName
{
background-color: #AFC9E6;
}
</style>
border-color css
<style>
span { border-color: #AFC9E6; }
span { border-color: rgb(175,201,230); }
td.TdClassName
{
border-color: #AFC9E6;
}
.TagClassName
{
border-color: #AFC9E6;
}
</style>