Shades of Tropical Blue #B0C9F1
Tints of Tropical Blue #B0C9F1
RGB
CMYK
RGB Variations
Color information
#B0C9F1 (or 0xB0C9F1) is known color: Tropical Blue. HEX triplet: B0, C9 and F1. RGB value is (176,201,241). Sum of RGB (Red+Green+Blue) = 176+201+241=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0C9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C9F1 is #4F360E. Grayscale: #C5C5C5. Windows color (decimal): -5191183 or 15845808. OLE color: 15845808.
HSL color Cylindrical-coordinate representation of color #B0C9F1: hue angle of 216.92º 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 #B0C9F1 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 201 | 241 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.05 |
| HSL | 216.92º | 0.7% | 0.82% | - |
| HSV(B) | 216.92º | 0.27% | 0.95% | - |
| XYZ | 54.67 | 57.35 | 91.41 | - |
| YUV | 198.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 241 | 0.27 | 0.17 | 0 | 0.05 | 216.92 | 0.7 | 0.82 |
| Hex | B0 | C9 | F1 | 1B | 11 | 0 | 5 | D9 | 46 | 52 |
| Octal | 260 | 311 | 361 | 33 | 21 | 0 | 5 | 331 | 106 | 122 |
| Binary | 10110000 | 11001001 | 11110001 | 11011 | 10001 | 0 | 101 | 11011001 | 1000110 | 1010010 |
Color Harmonies of #B0C9F1
Complementary color
Monochromatic Colors of #B0C9F1
Black with #B0C9F1
Text Example
Text Example
White with #B0C9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9F1; }
p { color: rgb(176,201,241); }
H1.HeaderClassName
{
color: #B0C9F1;
}
.AnyTagClassName
{
color: #B0C9F1;
}
</style>
background-color css
<style>
a { background-color: #B0C9F1; }
a { background-color: rgb(176,201,241); }
div.DivClassName
{
background-color: #B0C9F1;
}
.BgClassName
{
background-color: #B0C9F1;
}
</style>
border-color css
<style>
span { border-color: #B0C9F1; }
span { border-color: rgb(176,201,241); }
td.TdClassName
{
border-color: #B0C9F1;
}
.TagClassName
{
border-color: #B0C9F1;
}
</style>