Shades of Tropical Blue #AFC7ED
Tints of Tropical Blue #AFC7ED
RGB
CMYK
RGB Variations
Color information
#AFC7ED (or 0xAFC7ED) is known color: Tropical Blue. HEX triplet: AF, C7 and ED. RGB value is (175,199,237). Sum of RGB (Red+Green+Blue) = 175+199+237=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7ED is #503812. Grayscale: #C3C3C3. Windows color (decimal): -5257235 or 15583151. OLE color: 15583151.
HSL color Cylindrical-coordinate representation of color #AFC7ED: hue angle of 216.77º degrees, saturation: 0.63, 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 #AFC7ED is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 199 | 237 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.07 |
| HSL | 216.77º | 0.63% | 0.81% | - |
| HSV(B) | 216.77º | 0.26% | 0.93% | - |
| XYZ | 53.39 | 56.08 | 88.13 | - |
| YUV | 196.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 237 | 0.26 | 0.16 | 0 | 0.07 | 216.77 | 0.63 | 0.81 |
| Hex | AF | C7 | ED | 1A | 10 | 0 | 7 | D9 | 3F | 51 |
| Octal | 257 | 307 | 355 | 32 | 20 | 0 | 7 | 331 | 77 | 121 |
| Binary | 10101111 | 11000111 | 11101101 | 11010 | 10000 | 0 | 111 | 11011001 | 111111 | 1010001 |
Color Harmonies of #AFC7ED
Complementary color
Monochromatic Colors of #AFC7ED
Black with #AFC7ED
Text Example
Text Example
White with #AFC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7ED; }
p { color: rgb(175,199,237); }
H1.HeaderClassName
{
color: #AFC7ED;
}
.AnyTagClassName
{
color: #AFC7ED;
}
</style>
background-color css
<style>
a { background-color: #AFC7ED; }
a { background-color: rgb(175,199,237); }
div.DivClassName
{
background-color: #AFC7ED;
}
.BgClassName
{
background-color: #AFC7ED;
}
</style>
border-color css
<style>
span { border-color: #AFC7ED; }
span { border-color: rgb(175,199,237); }
td.TdClassName
{
border-color: #AFC7ED;
}
.TagClassName
{
border-color: #AFC7ED;
}
</style>