Shades of Tropical Blue #AFC8EF
Tints of Tropical Blue #AFC8EF
RGB
CMYK
RGB Variations
Color information
#AFC8EF (or 0xAFC8EF) is known color: Tropical Blue. HEX triplet: AF, C8 and EF. RGB value is (175,200,239). Sum of RGB (Red+Green+Blue) = 175+200+239=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8EF is #503710. Grayscale: #C4C4C4. Windows color (decimal): -5256977 or 15714479. OLE color: 15714479.
HSL color Cylindrical-coordinate representation of color #AFC8EF: hue angle of 216.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC8EF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 200 | 239 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.06 |
| HSL | 216.56º | 0.67% | 0.81% | - |
| HSV(B) | 216.56º | 0.27% | 0.94% | - |
| XYZ | 53.91 | 56.65 | 89.76 | - |
| YUV | 196.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 239 | 0.27 | 0.16 | 0 | 0.06 | 216.56 | 0.67 | 0.81 |
| Hex | AF | C8 | EF | 1B | 10 | 0 | 6 | D9 | 43 | 51 |
| Octal | 257 | 310 | 357 | 33 | 20 | 0 | 6 | 331 | 103 | 121 |
| Binary | 10101111 | 11001000 | 11101111 | 11011 | 10000 | 0 | 110 | 11011001 | 1000011 | 1010001 |
Color Harmonies of #AFC8EF
Complementary color
Monochromatic Colors of #AFC8EF
Black with #AFC8EF
Text Example
Text Example
White with #AFC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8EF; }
p { color: rgb(175,200,239); }
H1.HeaderClassName
{
color: #AFC8EF;
}
.AnyTagClassName
{
color: #AFC8EF;
}
</style>
background-color css
<style>
a { background-color: #AFC8EF; }
a { background-color: rgb(175,200,239); }
div.DivClassName
{
background-color: #AFC8EF;
}
.BgClassName
{
background-color: #AFC8EF;
}
</style>
border-color css
<style>
span { border-color: #AFC8EF; }
span { border-color: rgb(175,200,239); }
td.TdClassName
{
border-color: #AFC8EF;
}
.TagClassName
{
border-color: #AFC8EF;
}
</style>