Shades of Tropical Blue #AFC9EE
Tints of Tropical Blue #AFC9EE
RGB
CMYK
RGB Variations
Color information
#AFC9EE (or 0xAFC9EE) is known color: Tropical Blue. HEX triplet: AF, C9 and EE. RGB value is (175,201,238). Sum of RGB (Red+Green+Blue) = 175+201+238=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9EE is #503611. Grayscale: #C5C5C5. Windows color (decimal): -5256722 or 15649199. OLE color: 15649199.
HSL color Cylindrical-coordinate representation of color #AFC9EE: hue angle of 215.24º 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 #AFC9EE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 201 | 238 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.07 |
| HSL | 215.24º | 0.65% | 0.81% | - |
| HSV(B) | 215.24º | 0.26% | 0.93% | - |
| XYZ | 54 | 57.06 | 89.06 | - |
| YUV | 197.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 238 | 0.26 | 0.16 | 0 | 0.07 | 215.24 | 0.65 | 0.81 |
| Hex | AF | C9 | EE | 1A | 10 | 0 | 7 | D7 | 41 | 51 |
| Octal | 257 | 311 | 356 | 32 | 20 | 0 | 7 | 327 | 101 | 121 |
| Binary | 10101111 | 11001001 | 11101110 | 11010 | 10000 | 0 | 111 | 11010111 | 1000001 | 1010001 |
Color Harmonies of #AFC9EE
Complementary color
Monochromatic Colors of #AFC9EE
Black with #AFC9EE
Text Example
Text Example
White with #AFC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9EE; }
p { color: rgb(175,201,238); }
H1.HeaderClassName
{
color: #AFC9EE;
}
.AnyTagClassName
{
color: #AFC9EE;
}
</style>
background-color css
<style>
a { background-color: #AFC9EE; }
a { background-color: rgb(175,201,238); }
div.DivClassName
{
background-color: #AFC9EE;
}
.BgClassName
{
background-color: #AFC9EE;
}
</style>
border-color css
<style>
span { border-color: #AFC9EE; }
span { border-color: rgb(175,201,238); }
td.TdClassName
{
border-color: #AFC9EE;
}
.TagClassName
{
border-color: #AFC9EE;
}
</style>