Shades of Tropical Blue #AFC7EC
Tints of Tropical Blue #AFC7EC
RGB
CMYK
RGB Variations
Color information
#AFC7EC (or 0xAFC7EC) is known color: Tropical Blue. HEX triplet: AF, C7 and EC. RGB value is (175,199,236). Sum of RGB (Red+Green+Blue) = 175+199+236=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7EC is #503813. Grayscale: #C3C3C3. Windows color (decimal): -5257236 or 15517615. OLE color: 15517615.
HSL color Cylindrical-coordinate representation of color #AFC7EC: hue angle of 216.39º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC7EC is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 199 | 236 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.07 |
| HSL | 216.39º | 0.62% | 0.81% | - |
| HSV(B) | 216.39º | 0.26% | 0.93% | - |
| XYZ | 53.24 | 56.02 | 87.36 | - |
| YUV | 196.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 236 | 0.26 | 0.16 | 0 | 0.07 | 216.39 | 0.62 | 0.81 |
| Hex | AF | C7 | EC | 1A | 10 | 0 | 7 | D8 | 3E | 51 |
| Octal | 257 | 307 | 354 | 32 | 20 | 0 | 7 | 330 | 76 | 121 |
| Binary | 10101111 | 11000111 | 11101100 | 11010 | 10000 | 0 | 111 | 11011000 | 111110 | 1010001 |
Color Harmonies of #AFC7EC
Complementary color
Monochromatic Colors of #AFC7EC
Black with #AFC7EC
Text Example
Text Example
White with #AFC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7EC; }
p { color: rgb(175,199,236); }
H1.HeaderClassName
{
color: #AFC7EC;
}
.AnyTagClassName
{
color: #AFC7EC;
}
</style>
background-color css
<style>
a { background-color: #AFC7EC; }
a { background-color: rgb(175,199,236); }
div.DivClassName
{
background-color: #AFC7EC;
}
.BgClassName
{
background-color: #AFC7EC;
}
</style>
border-color css
<style>
span { border-color: #AFC7EC; }
span { border-color: rgb(175,199,236); }
td.TdClassName
{
border-color: #AFC7EC;
}
.TagClassName
{
border-color: #AFC7EC;
}
</style>