Shades of Tropical Blue #AFC7E5
Tints of Tropical Blue #AFC7E5
RGB
CMYK
RGB Variations
Color information
#AFC7E5 (or 0xAFC7E5) is known color: Tropical Blue. HEX triplet: AF, C7 and E5. RGB value is (175,199,229). Sum of RGB (Red+Green+Blue) = 175+199+229=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFC7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7E5 is #50381A. Grayscale: #C3C3C3. Windows color (decimal): -5257243 or 15058863. OLE color: 15058863.
HSL color Cylindrical-coordinate representation of color #AFC7E5: hue angle of 213.33º 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 #AFC7E5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 199 | 229 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.10 |
| HSL | 213.33º | 0.51% | 0.79% | - |
| HSV(B) | 213.33º | 0.24% | 0.9% | - |
| XYZ | 52.25 | 55.62 | 82.11 | - |
| YUV | 195.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 229 | 0.24 | 0.13 | 0 | 0.10 | 213.33 | 0.51 | 0.79 |
| Hex | AF | C7 | E5 | 18 | D | 0 | A | D5 | 33 | 4F |
| Octal | 257 | 307 | 345 | 30 | 15 | 0 | 12 | 325 | 63 | 117 |
| Binary | 10101111 | 11000111 | 11100101 | 11000 | 1101 | 0 | 1010 | 11010101 | 110011 | 1001111 |
Color Harmonies of #AFC7E5
Complementary color
Monochromatic Colors of #AFC7E5
Black with #AFC7E5
Text Example
Text Example
White with #AFC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7E5; }
p { color: rgb(175,199,229); }
H1.HeaderClassName
{
color: #AFC7E5;
}
.AnyTagClassName
{
color: #AFC7E5;
}
</style>
background-color css
<style>
a { background-color: #AFC7E5; }
a { background-color: rgb(175,199,229); }
div.DivClassName
{
background-color: #AFC7E5;
}
.BgClassName
{
background-color: #AFC7E5;
}
</style>
border-color css
<style>
span { border-color: #AFC7E5; }
span { border-color: rgb(175,199,229); }
td.TdClassName
{
border-color: #AFC7E5;
}
.TagClassName
{
border-color: #AFC7E5;
}
</style>