Shades of Tropical Blue #AFCCF0
Tints of Tropical Blue #AFCCF0
RGB
CMYK
RGB Variations
Color information
#AFCCF0 (or 0xAFCCF0) is known color: Tropical Blue. HEX triplet: AF, CC and F0. RGB value is (175,204,240). Sum of RGB (Red+Green+Blue) = 175+204+240=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFCCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCF0 is #50330F. Grayscale: #C7C7C7. Windows color (decimal): -5255952 or 15781039. OLE color: 15781039.
HSL color Cylindrical-coordinate representation of color #AFCCF0: hue angle of 213.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCCF0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 204 | 240 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.06 |
| HSL | 213.23º | 0.68% | 0.81% | - |
| HSV(B) | 213.23º | 0.27% | 0.94% | - |
| XYZ | 55 | 58.59 | 90.85 | - |
| YUV | 199.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 240 | 0.27 | 0.15 | 0 | 0.06 | 213.23 | 0.68 | 0.81 |
| Hex | AF | CC | F0 | 1B | F | 0 | 6 | D5 | 44 | 51 |
| Octal | 257 | 314 | 360 | 33 | 17 | 0 | 6 | 325 | 104 | 121 |
| Binary | 10101111 | 11001100 | 11110000 | 11011 | 1111 | 0 | 110 | 11010101 | 1000100 | 1010001 |
Color Harmonies of #AFCCF0
Complementary color
Monochromatic Colors of #AFCCF0
Black with #AFCCF0
Text Example
Text Example
White with #AFCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCF0; }
p { color: rgb(175,204,240); }
H1.HeaderClassName
{
color: #AFCCF0;
}
.AnyTagClassName
{
color: #AFCCF0;
}
</style>
background-color css
<style>
a { background-color: #AFCCF0; }
a { background-color: rgb(175,204,240); }
div.DivClassName
{
background-color: #AFCCF0;
}
.BgClassName
{
background-color: #AFCCF0;
}
</style>
border-color css
<style>
span { border-color: #AFCCF0; }
span { border-color: rgb(175,204,240); }
td.TdClassName
{
border-color: #AFCCF0;
}
.TagClassName
{
border-color: #AFCCF0;
}
</style>