Shades of Tropical Blue #AFC8E6
Tints of Tropical Blue #AFC8E6
RGB
CMYK
RGB Variations
Color information
#AFC8E6 (or 0xAFC8E6) is known color: Tropical Blue. HEX triplet: AF, C8 and E6. RGB value is (175,200,230). Sum of RGB (Red+Green+Blue) = 175+200+230=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8E6 is #503719. Grayscale: #C3C3C3. Windows color (decimal): -5256986 or 15124655. OLE color: 15124655.
HSL color Cylindrical-coordinate representation of color #AFC8E6: hue angle of 212.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC8E6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 200 | 230 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.10 |
| HSL | 212.73º | 0.52% | 0.79% | - |
| HSV(B) | 212.73º | 0.24% | 0.9% | - |
| XYZ | 52.62 | 56.14 | 82.93 | - |
| YUV | 195.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 230 | 0.24 | 0.13 | 0 | 0.10 | 212.73 | 0.52 | 0.79 |
| Hex | AF | C8 | E6 | 18 | D | 0 | A | D5 | 34 | 4F |
| Octal | 257 | 310 | 346 | 30 | 15 | 0 | 12 | 325 | 64 | 117 |
| Binary | 10101111 | 11001000 | 11100110 | 11000 | 1101 | 0 | 1010 | 11010101 | 110100 | 1001111 |
Color Harmonies of #AFC8E6
Complementary color
Monochromatic Colors of #AFC8E6
Black with #AFC8E6
Text Example
Text Example
White with #AFC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8E6; }
p { color: rgb(175,200,230); }
H1.HeaderClassName
{
color: #AFC8E6;
}
.AnyTagClassName
{
color: #AFC8E6;
}
</style>
background-color css
<style>
a { background-color: #AFC8E6; }
a { background-color: rgb(175,200,230); }
div.DivClassName
{
background-color: #AFC8E6;
}
.BgClassName
{
background-color: #AFC8E6;
}
</style>
border-color css
<style>
span { border-color: #AFC8E6; }
span { border-color: rgb(175,200,230); }
td.TdClassName
{
border-color: #AFC8E6;
}
.TagClassName
{
border-color: #AFC8E6;
}
</style>