Shades of Tropical Blue #AFC8FC
Tints of Tropical Blue #AFC8FC
RGB
CMYK
RGB Variations
Color information
#AFC8FC (or 0xAFC8FC) is known color: Tropical Blue. HEX triplet: AF, C8 and FC. RGB value is (175,200,252). Sum of RGB (Red+Green+Blue) = 175+200+252=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8FC is #503703. Grayscale: #C6C6C6. Windows color (decimal): -5256964 or 16566447. OLE color: 16566447.
HSL color Cylindrical-coordinate representation of color #AFC8FC: hue angle of 220.52º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC8FC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 200 | 252 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.01 |
| HSL | 220.52º | 0.93% | 0.84% | - |
| HSV(B) | 220.52º | 0.31% | 0.99% | - |
| XYZ | 55.9 | 57.45 | 100.24 | - |
| YUV | 198.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 252 | 0.31 | 0.21 | 0 | 0.01 | 220.52 | 0.93 | 0.84 |
| Hex | AF | C8 | FC | 1F | 15 | 0 | 1 | DD | 5D | 54 |
| Octal | 257 | 310 | 374 | 37 | 25 | 0 | 1 | 335 | 135 | 124 |
| Binary | 10101111 | 11001000 | 11111100 | 11111 | 10101 | 0 | 1 | 11011101 | 1011101 | 1010100 |
Color Harmonies of #AFC8FC
Complementary color
Monochromatic Colors of #AFC8FC
Black with #AFC8FC
Text Example
Text Example
White with #AFC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8FC; }
p { color: rgb(175,200,252); }
H1.HeaderClassName
{
color: #AFC8FC;
}
.AnyTagClassName
{
color: #AFC8FC;
}
</style>
background-color css
<style>
a { background-color: #AFC8FC; }
a { background-color: rgb(175,200,252); }
div.DivClassName
{
background-color: #AFC8FC;
}
.BgClassName
{
background-color: #AFC8FC;
}
</style>
border-color css
<style>
span { border-color: #AFC8FC; }
span { border-color: rgb(175,200,252); }
td.TdClassName
{
border-color: #AFC8FC;
}
.TagClassName
{
border-color: #AFC8FC;
}
</style>