Shades of Tropical Blue #AFC9F4
Tints of Tropical Blue #AFC9F4
RGB
CMYK
RGB Variations
Color information
#AFC9F4 (or 0xAFC9F4) is known color: Tropical Blue. HEX triplet: AF, C9 and F4. RGB value is (175,201,244). Sum of RGB (Red+Green+Blue) = 175+201+244=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFC9F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9F4 is #50360B. Grayscale: #C5C5C5. Windows color (decimal): -5256716 or 16042415. OLE color: 16042415.
HSL color Cylindrical-coordinate representation of color #AFC9F4: hue angle of 217.39º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC9F4 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 201 | 244 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.04 |
| HSL | 217.39º | 0.76% | 0.82% | - |
| HSV(B) | 217.39º | 0.28% | 0.96% | - |
| XYZ | 54.89 | 57.42 | 93.78 | - |
| YUV | 198.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 244 | 0.28 | 0.18 | 0 | 0.04 | 217.39 | 0.76 | 0.82 |
| Hex | AF | C9 | F4 | 1C | 12 | 0 | 4 | D9 | 4C | 52 |
| Octal | 257 | 311 | 364 | 34 | 22 | 0 | 4 | 331 | 114 | 122 |
| Binary | 10101111 | 11001001 | 11110100 | 11100 | 10010 | 0 | 100 | 11011001 | 1001100 | 1010010 |
Color Harmonies of #AFC9F4
Complementary color
Monochromatic Colors of #AFC9F4
Black with #AFC9F4
Text Example
Text Example
White with #AFC9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9F4; }
p { color: rgb(175,201,244); }
H1.HeaderClassName
{
color: #AFC9F4;
}
.AnyTagClassName
{
color: #AFC9F4;
}
</style>
background-color css
<style>
a { background-color: #AFC9F4; }
a { background-color: rgb(175,201,244); }
div.DivClassName
{
background-color: #AFC9F4;
}
.BgClassName
{
background-color: #AFC9F4;
}
</style>
border-color css
<style>
span { border-color: #AFC9F4; }
span { border-color: rgb(175,201,244); }
td.TdClassName
{
border-color: #AFC9F4;
}
.TagClassName
{
border-color: #AFC9F4;
}
</style>