Shades of Tropical Blue #AFC7E7
Tints of Tropical Blue #AFC7E7
RGB
CMYK
RGB Variations
Color information
#AFC7E7 (or 0xAFC7E7) is known color: Tropical Blue. HEX triplet: AF, C7 and E7. RGB value is (175,199,231). Sum of RGB (Red+Green+Blue) = 175+199+231=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFC7E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7E7 is #503818. Grayscale: #C3C3C3. Windows color (decimal): -5257241 or 15189935. OLE color: 15189935.
HSL color Cylindrical-coordinate representation of color #AFC7E7: hue angle of 214.29º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC7E7 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 199 | 231 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.09 |
| HSL | 214.29º | 0.54% | 0.8% | - |
| HSV(B) | 214.29º | 0.24% | 0.91% | - |
| XYZ | 52.53 | 55.73 | 83.59 | - |
| YUV | 195.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 231 | 0.24 | 0.14 | 0 | 0.09 | 214.29 | 0.54 | 0.8 |
| Hex | AF | C7 | E7 | 18 | E | 0 | 9 | D6 | 36 | 50 |
| Octal | 257 | 307 | 347 | 30 | 16 | 0 | 11 | 326 | 66 | 120 |
| Binary | 10101111 | 11000111 | 11100111 | 11000 | 1110 | 0 | 1001 | 11010110 | 110110 | 1010000 |
Color Harmonies of #AFC7E7
Complementary color
Monochromatic Colors of #AFC7E7
Black with #AFC7E7
Text Example
Text Example
White with #AFC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7E7; }
p { color: rgb(175,199,231); }
H1.HeaderClassName
{
color: #AFC7E7;
}
.AnyTagClassName
{
color: #AFC7E7;
}
</style>
background-color css
<style>
a { background-color: #AFC7E7; }
a { background-color: rgb(175,199,231); }
div.DivClassName
{
background-color: #AFC7E7;
}
.BgClassName
{
background-color: #AFC7E7;
}
</style>
border-color css
<style>
span { border-color: #AFC7E7; }
span { border-color: rgb(175,199,231); }
td.TdClassName
{
border-color: #AFC7E7;
}
.TagClassName
{
border-color: #AFC7E7;
}
</style>