Shades of Tropical Blue #AFC9FE
Tints of Tropical Blue #AFC9FE
RGB
CMYK
RGB Variations
Color information
#AFC9FE (or 0xAFC9FE) is known color: Tropical Blue. HEX triplet: AF, C9 and FE. RGB value is (175,201,254). Sum of RGB (Red+Green+Blue) = 175+201+254=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFC9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FE is #503601. Grayscale: #C7C7C7. Windows color (decimal): -5256706 or 16697775. OLE color: 16697775.
HSL color Cylindrical-coordinate representation of color #AFC9FE: hue angle of 220.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC9FE is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 201 | 254 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.00 |
| HSL | 220.25º | 0.98% | 0.84% | - |
| HSV(B) | 220.25º | 0.31% | 1% | - |
| XYZ | 56.46 | 58.04 | 101.99 | - |
| YUV | 199.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 254 | 0.31 | 0.21 | 0 | 0.00 | 220.25 | 0.98 | 0.84 |
| Hex | AF | C9 | FE | 1F | 15 | 0 | 0 | DC | 62 | 54 |
| Octal | 257 | 311 | 376 | 37 | 25 | 0 | 0 | 334 | 142 | 124 |
| Binary | 10101111 | 11001001 | 11111110 | 11111 | 10101 | 0 | 0 | 11011100 | 1100010 | 1010100 |
Color Harmonies of #AFC9FE
Complementary color
Monochromatic Colors of #AFC9FE
Black with #AFC9FE
Text Example
Text Example
White with #AFC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9FE; }
p { color: rgb(175,201,254); }
H1.HeaderClassName
{
color: #AFC9FE;
}
.AnyTagClassName
{
color: #AFC9FE;
}
</style>
background-color css
<style>
a { background-color: #AFC9FE; }
a { background-color: rgb(175,201,254); }
div.DivClassName
{
background-color: #AFC9FE;
}
.BgClassName
{
background-color: #AFC9FE;
}
</style>
border-color css
<style>
span { border-color: #AFC9FE; }
span { border-color: rgb(175,201,254); }
td.TdClassName
{
border-color: #AFC9FE;
}
.TagClassName
{
border-color: #AFC9FE;
}
</style>