Shades of Tropical Blue #AFC7EE
Tints of Tropical Blue #AFC7EE
RGB
CMYK
RGB Variations
Color information
#AFC7EE (or 0xAFC7EE) is known color: Tropical Blue. HEX triplet: AF, C7 and EE. RGB value is (175,199,238). Sum of RGB (Red+Green+Blue) = 175+199+238=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7EE is #503811. Grayscale: #C4C4C4. Windows color (decimal): -5257234 or 15648687. OLE color: 15648687.
HSL color Cylindrical-coordinate representation of color #AFC7EE: hue angle of 217.14º degrees, saturation: 0.65, 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 #AFC7EE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 199 | 238 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.07 |
| HSL | 217.14º | 0.65% | 0.81% | - |
| HSV(B) | 217.14º | 0.26% | 0.93% | - |
| XYZ | 53.54 | 56.13 | 88.9 | - |
| YUV | 196.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 238 | 0.26 | 0.16 | 0 | 0.07 | 217.14 | 0.65 | 0.81 |
| Hex | AF | C7 | EE | 1A | 10 | 0 | 7 | D9 | 41 | 51 |
| Octal | 257 | 307 | 356 | 32 | 20 | 0 | 7 | 331 | 101 | 121 |
| Binary | 10101111 | 11000111 | 11101110 | 11010 | 10000 | 0 | 111 | 11011001 | 1000001 | 1010001 |
Color Harmonies of #AFC7EE
Complementary color
Monochromatic Colors of #AFC7EE
Black with #AFC7EE
Text Example
Text Example
White with #AFC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7EE; }
p { color: rgb(175,199,238); }
H1.HeaderClassName
{
color: #AFC7EE;
}
.AnyTagClassName
{
color: #AFC7EE;
}
</style>
background-color css
<style>
a { background-color: #AFC7EE; }
a { background-color: rgb(175,199,238); }
div.DivClassName
{
background-color: #AFC7EE;
}
.BgClassName
{
background-color: #AFC7EE;
}
</style>
border-color css
<style>
span { border-color: #AFC7EE; }
span { border-color: rgb(175,199,238); }
td.TdClassName
{
border-color: #AFC7EE;
}
.TagClassName
{
border-color: #AFC7EE;
}
</style>