Shades of Tropical Blue #AFC9E5
Tints of Tropical Blue #AFC9E5
RGB
CMYK
RGB Variations
Color information
#AFC9E5 (or 0xAFC9E5) is known color: Tropical Blue. HEX triplet: AF, C9 and E5. RGB value is (175,201,229). Sum of RGB (Red+Green+Blue) = 175+201+229=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFC9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9E5 is #50361A. Grayscale: #C4C4C4. Windows color (decimal): -5256731 or 15059375. OLE color: 15059375.
HSL color Cylindrical-coordinate representation of color #AFC9E5: hue angle of 211.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC9E5 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 201 | 229 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.10 |
| HSL | 211.11º | 0.51% | 0.79% | - |
| HSV(B) | 211.11º | 0.24% | 0.9% | - |
| XYZ | 52.71 | 56.54 | 82.26 | - |
| YUV | 196.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 229 | 0.24 | 0.12 | 0 | 0.10 | 211.11 | 0.51 | 0.79 |
| Hex | AF | C9 | E5 | 18 | C | 0 | A | D3 | 33 | 4F |
| Octal | 257 | 311 | 345 | 30 | 14 | 0 | 12 | 323 | 63 | 117 |
| Binary | 10101111 | 11001001 | 11100101 | 11000 | 1100 | 0 | 1010 | 11010011 | 110011 | 1001111 |
Color Harmonies of #AFC9E5
Complementary color
Monochromatic Colors of #AFC9E5
Black with #AFC9E5
Text Example
Text Example
White with #AFC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9E5; }
p { color: rgb(175,201,229); }
H1.HeaderClassName
{
color: #AFC9E5;
}
.AnyTagClassName
{
color: #AFC9E5;
}
</style>
background-color css
<style>
a { background-color: #AFC9E5; }
a { background-color: rgb(175,201,229); }
div.DivClassName
{
background-color: #AFC9E5;
}
.BgClassName
{
background-color: #AFC9E5;
}
</style>
border-color css
<style>
span { border-color: #AFC9E5; }
span { border-color: rgb(175,201,229); }
td.TdClassName
{
border-color: #AFC9E5;
}
.TagClassName
{
border-color: #AFC9E5;
}
</style>