Shades of Tropical Blue #AFC8EB
Tints of Tropical Blue #AFC8EB
RGB
CMYK
RGB Variations
Color information
#AFC8EB (or 0xAFC8EB) is known color: Tropical Blue. HEX triplet: AF, C8 and EB. RGB value is (175,200,235). Sum of RGB (Red+Green+Blue) = 175+200+235=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8EB is #503714. Grayscale: #C4C4C4. Windows color (decimal): -5256981 or 15452335. OLE color: 15452335.
HSL color Cylindrical-coordinate representation of color #AFC8EB: hue angle of 215º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC8EB is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 200 | 235 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.08 |
| HSL | 215º | 0.6% | 0.8% | - |
| HSV(B) | 215º | 0.26% | 0.92% | - |
| XYZ | 53.33 | 56.42 | 86.68 | - |
| YUV | 196.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 235 | 0.26 | 0.15 | 0 | 0.08 | 215 | 0.6 | 0.8 |
| Hex | AF | C8 | EB | 1A | F | 0 | 8 | D7 | 3C | 50 |
| Octal | 257 | 310 | 353 | 32 | 17 | 0 | 10 | 327 | 74 | 120 |
| Binary | 10101111 | 11001000 | 11101011 | 11010 | 1111 | 0 | 1000 | 11010111 | 111100 | 1010000 |
Color Harmonies of #AFC8EB
Complementary color
Monochromatic Colors of #AFC8EB
Black with #AFC8EB
Text Example
Text Example
White with #AFC8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8EB; }
p { color: rgb(175,200,235); }
H1.HeaderClassName
{
color: #AFC8EB;
}
.AnyTagClassName
{
color: #AFC8EB;
}
</style>
background-color css
<style>
a { background-color: #AFC8EB; }
a { background-color: rgb(175,200,235); }
div.DivClassName
{
background-color: #AFC8EB;
}
.BgClassName
{
background-color: #AFC8EB;
}
</style>
border-color css
<style>
span { border-color: #AFC8EB; }
span { border-color: rgb(175,200,235); }
td.TdClassName
{
border-color: #AFC8EB;
}
.TagClassName
{
border-color: #AFC8EB;
}
</style>