Shades of Tropical Blue #AFC6FE
Tints of Tropical Blue #AFC6FE
RGB
CMYK
RGB Variations
Color information
#AFC6FE (or 0xAFC6FE) is known color: Tropical Blue. HEX triplet: AF, C6 and FE. RGB value is (175,198,254). Sum of RGB (Red+Green+Blue) = 175+198+254=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFC6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6FE is #503901. Grayscale: #C5C5C5. Windows color (decimal): -5257474 or 16697007. OLE color: 16697007.
HSL color Cylindrical-coordinate representation of color #AFC6FE: hue angle of 222.53º 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 #AFC6FE is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 198 | 254 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.00 |
| HSL | 222.53º | 0.98% | 0.84% | - |
| HSV(B) | 222.53º | 0.31% | 1% | - |
| XYZ | 55.76 | 56.66 | 101.76 | - |
| YUV | 197.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 254 | 0.31 | 0.22 | 0 | 0.00 | 222.53 | 0.98 | 0.84 |
| Hex | AF | C6 | FE | 1F | 16 | 0 | 0 | DF | 62 | 54 |
| Octal | 257 | 306 | 376 | 37 | 26 | 0 | 0 | 337 | 142 | 124 |
| Binary | 10101111 | 11000110 | 11111110 | 11111 | 10110 | 0 | 0 | 11011111 | 1100010 | 1010100 |
Color Harmonies of #AFC6FE
Complementary color
Monochromatic Colors of #AFC6FE
Black with #AFC6FE
Text Example
Text Example
White with #AFC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6FE; }
p { color: rgb(175,198,254); }
H1.HeaderClassName
{
color: #AFC6FE;
}
.AnyTagClassName
{
color: #AFC6FE;
}
</style>
background-color css
<style>
a { background-color: #AFC6FE; }
a { background-color: rgb(175,198,254); }
div.DivClassName
{
background-color: #AFC6FE;
}
.BgClassName
{
background-color: #AFC6FE;
}
</style>
border-color css
<style>
span { border-color: #AFC6FE; }
span { border-color: rgb(175,198,254); }
td.TdClassName
{
border-color: #AFC6FE;
}
.TagClassName
{
border-color: #AFC6FE;
}
</style>