Shades of Tropical Blue #AFC4F5
Tints of Tropical Blue #AFC4F5
RGB
CMYK
RGB Variations
Color information
#AFC4F5 (or 0xAFC4F5) is known color: Tropical Blue. HEX triplet: AF, C4 and F5. RGB value is (175,196,245). Sum of RGB (Red+Green+Blue) = 175+196+245=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFC4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4F5 is #503B0A. Grayscale: #C3C3C3. Windows color (decimal): -5257995 or 16106671. OLE color: 16106671.
HSL color Cylindrical-coordinate representation of color #AFC4F5: hue angle of 222º 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 #AFC4F5 is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 196 | 245 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.04 |
| HSL | 222º | 0.78% | 0.82% | - |
| HSV(B) | 222º | 0.29% | 0.96% | - |
| XYZ | 53.9 | 55.19 | 94.2 | - |
| YUV | 195.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 245 | 0.29 | 0.2 | 0 | 0.04 | 222 | 0.78 | 0.82 |
| Hex | AF | C4 | F5 | 1D | 14 | 0 | 4 | DE | 4E | 52 |
| Octal | 257 | 304 | 365 | 35 | 24 | 0 | 4 | 336 | 116 | 122 |
| Binary | 10101111 | 11000100 | 11110101 | 11101 | 10100 | 0 | 100 | 11011110 | 1001110 | 1010010 |
Color Harmonies of #AFC4F5
Complementary color
Monochromatic Colors of #AFC4F5
Black with #AFC4F5
Text Example
Text Example
White with #AFC4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4F5; }
p { color: rgb(175,196,245); }
H1.HeaderClassName
{
color: #AFC4F5;
}
.AnyTagClassName
{
color: #AFC4F5;
}
</style>
background-color css
<style>
a { background-color: #AFC4F5; }
a { background-color: rgb(175,196,245); }
div.DivClassName
{
background-color: #AFC4F5;
}
.BgClassName
{
background-color: #AFC4F5;
}
</style>
border-color css
<style>
span { border-color: #AFC4F5; }
span { border-color: rgb(175,196,245); }
td.TdClassName
{
border-color: #AFC4F5;
}
.TagClassName
{
border-color: #AFC4F5;
}
</style>