Shades of Tropical Blue #AFCBF1
Tints of Tropical Blue #AFCBF1
RGB
CMYK
RGB Variations
Color information
#AFCBF1 (or 0xAFCBF1) is known color: Tropical Blue. HEX triplet: AF, CB and F1. RGB value is (175,203,241). Sum of RGB (Red+Green+Blue) = 175+203+241=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFCBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBF1 is #50340E. Grayscale: #C6C6C6. Windows color (decimal): -5256207 or 15846319. OLE color: 15846319.
HSL color Cylindrical-coordinate representation of color #AFCBF1: hue angle of 214.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCBF1 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 203 | 241 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.05 |
| HSL | 214.55º | 0.7% | 0.82% | - |
| HSV(B) | 214.55º | 0.27% | 0.95% | - |
| XYZ | 54.91 | 58.18 | 91.55 | - |
| YUV | 198.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 241 | 0.27 | 0.16 | 0 | 0.05 | 214.55 | 0.7 | 0.82 |
| Hex | AF | CB | F1 | 1B | 10 | 0 | 5 | D7 | 46 | 52 |
| Octal | 257 | 313 | 361 | 33 | 20 | 0 | 5 | 327 | 106 | 122 |
| Binary | 10101111 | 11001011 | 11110001 | 11011 | 10000 | 0 | 101 | 11010111 | 1000110 | 1010010 |
Color Harmonies of #AFCBF1
Complementary color
Monochromatic Colors of #AFCBF1
Black with #AFCBF1
Text Example
Text Example
White with #AFCBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBF1; }
p { color: rgb(175,203,241); }
H1.HeaderClassName
{
color: #AFCBF1;
}
.AnyTagClassName
{
color: #AFCBF1;
}
</style>
background-color css
<style>
a { background-color: #AFCBF1; }
a { background-color: rgb(175,203,241); }
div.DivClassName
{
background-color: #AFCBF1;
}
.BgClassName
{
background-color: #AFCBF1;
}
</style>
border-color css
<style>
span { border-color: #AFCBF1; }
span { border-color: rgb(175,203,241); }
td.TdClassName
{
border-color: #AFCBF1;
}
.TagClassName
{
border-color: #AFCBF1;
}
</style>