Shades of Tropical Blue #AFC9F5
Tints of Tropical Blue #AFC9F5
RGB
CMYK
RGB Variations
Color information
#AFC9F5 (or 0xAFC9F5) is known color: Tropical Blue. HEX triplet: AF, C9 and F5. RGB value is (175,201,245). Sum of RGB (Red+Green+Blue) = 175+201+245=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFC9F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9F5 is #50360A. Grayscale: #C6C6C6. Windows color (decimal): -5256715 or 16107951. OLE color: 16107951.
HSL color Cylindrical-coordinate representation of color #AFC9F5: hue angle of 217.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC9F5 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 201 | 245 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.04 |
| HSL | 217.71º | 0.78% | 0.82% | - |
| HSV(B) | 217.71º | 0.29% | 0.96% | - |
| XYZ | 55.05 | 57.48 | 94.58 | - |
| YUV | 198.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 245 | 0.29 | 0.18 | 0 | 0.04 | 217.71 | 0.78 | 0.82 |
| Hex | AF | C9 | F5 | 1D | 12 | 0 | 4 | DA | 4E | 52 |
| Octal | 257 | 311 | 365 | 35 | 22 | 0 | 4 | 332 | 116 | 122 |
| Binary | 10101111 | 11001001 | 11110101 | 11101 | 10010 | 0 | 100 | 11011010 | 1001110 | 1010010 |
Color Harmonies of #AFC9F5
Complementary color
Monochromatic Colors of #AFC9F5
Black with #AFC9F5
Text Example
Text Example
White with #AFC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9F5; }
p { color: rgb(175,201,245); }
H1.HeaderClassName
{
color: #AFC9F5;
}
.AnyTagClassName
{
color: #AFC9F5;
}
</style>
background-color css
<style>
a { background-color: #AFC9F5; }
a { background-color: rgb(175,201,245); }
div.DivClassName
{
background-color: #AFC9F5;
}
.BgClassName
{
background-color: #AFC9F5;
}
</style>
border-color css
<style>
span { border-color: #AFC9F5; }
span { border-color: rgb(175,201,245); }
td.TdClassName
{
border-color: #AFC9F5;
}
.TagClassName
{
border-color: #AFC9F5;
}
</style>