Shades of Tropical Blue #AFC4F2
Tints of Tropical Blue #AFC4F2
RGB
CMYK
RGB Variations
Color information
#AFC4F2 (or 0xAFC4F2) is known color: Tropical Blue. HEX triplet: AF, C4 and F2. RGB value is (175,196,242). Sum of RGB (Red+Green+Blue) = 175+196+242=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFC4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4F2 is #503B0D. Grayscale: #C2C2C2. Windows color (decimal): -5257998 or 15910063. OLE color: 15910063.
HSL color Cylindrical-coordinate representation of color #AFC4F2: hue angle of 221.19º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC4F2 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 196 | 242 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.05 |
| HSL | 221.19º | 0.72% | 0.82% | - |
| HSV(B) | 221.19º | 0.28% | 0.95% | - |
| XYZ | 53.45 | 55 | 91.8 | - |
| YUV | 194.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 242 | 0.28 | 0.19 | 0 | 0.05 | 221.19 | 0.72 | 0.82 |
| Hex | AF | C4 | F2 | 1C | 13 | 0 | 5 | DD | 48 | 52 |
| Octal | 257 | 304 | 362 | 34 | 23 | 0 | 5 | 335 | 110 | 122 |
| Binary | 10101111 | 11000100 | 11110010 | 11100 | 10011 | 0 | 101 | 11011101 | 1001000 | 1010010 |
Color Harmonies of #AFC4F2
Complementary color
Monochromatic Colors of #AFC4F2
Black with #AFC4F2
Text Example
Text Example
White with #AFC4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4F2; }
p { color: rgb(175,196,242); }
H1.HeaderClassName
{
color: #AFC4F2;
}
.AnyTagClassName
{
color: #AFC4F2;
}
</style>
background-color css
<style>
a { background-color: #AFC4F2; }
a { background-color: rgb(175,196,242); }
div.DivClassName
{
background-color: #AFC4F2;
}
.BgClassName
{
background-color: #AFC4F2;
}
</style>
border-color css
<style>
span { border-color: #AFC4F2; }
span { border-color: rgb(175,196,242); }
td.TdClassName
{
border-color: #AFC4F2;
}
.TagClassName
{
border-color: #AFC4F2;
}
</style>