Shades of Tropical Blue #AFC8E5
Tints of Tropical Blue #AFC8E5
RGB
CMYK
RGB Variations
Color information
#AFC8E5 (or 0xAFC8E5) is known color: Tropical Blue. HEX triplet: AF, C8 and E5. RGB value is (175,200,229). Sum of RGB (Red+Green+Blue) = 175+200+229=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFC8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8E5 is #50371A. Grayscale: #C3C3C3. Windows color (decimal): -5256987 or 15059119. OLE color: 15059119.
HSL color Cylindrical-coordinate representation of color #AFC8E5: hue angle of 212.22º degrees, saturation: 0.51, 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 #AFC8E5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 200 | 229 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.10 |
| HSL | 212.22º | 0.51% | 0.79% | - |
| HSV(B) | 212.22º | 0.24% | 0.9% | - |
| XYZ | 52.48 | 56.08 | 82.19 | - |
| YUV | 195.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 229 | 0.24 | 0.13 | 0 | 0.10 | 212.22 | 0.51 | 0.79 |
| Hex | AF | C8 | E5 | 18 | D | 0 | A | D4 | 33 | 4F |
| Octal | 257 | 310 | 345 | 30 | 15 | 0 | 12 | 324 | 63 | 117 |
| Binary | 10101111 | 11001000 | 11100101 | 11000 | 1101 | 0 | 1010 | 11010100 | 110011 | 1001111 |
Color Harmonies of #AFC8E5
Complementary color
Monochromatic Colors of #AFC8E5
Black with #AFC8E5
Text Example
Text Example
White with #AFC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8E5; }
p { color: rgb(175,200,229); }
H1.HeaderClassName
{
color: #AFC8E5;
}
.AnyTagClassName
{
color: #AFC8E5;
}
</style>
background-color css
<style>
a { background-color: #AFC8E5; }
a { background-color: rgb(175,200,229); }
div.DivClassName
{
background-color: #AFC8E5;
}
.BgClassName
{
background-color: #AFC8E5;
}
</style>
border-color css
<style>
span { border-color: #AFC8E5; }
span { border-color: rgb(175,200,229); }
td.TdClassName
{
border-color: #AFC8E5;
}
.TagClassName
{
border-color: #AFC8E5;
}
</style>