Shades of Tropical Blue #B1C6FA
Tints of Tropical Blue #B1C6FA
RGB
CMYK
RGB Variations
Color information
#B1C6FA (or 0xB1C6FA) is known color: Tropical Blue. HEX triplet: B1, C6 and FA. RGB value is (177,198,250). Sum of RGB (Red+Green+Blue) = 177+198+250=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C6FA is #4E3905. Grayscale: #C5C5C5. Windows color (decimal): -5126406 or 16434865. OLE color: 16434865.
HSL color Cylindrical-coordinate representation of color #B1C6FA: hue angle of 222.74º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C6FA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 198 | 250 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.02 |
| HSL | 222.74º | 0.88% | 0.84% | - |
| HSV(B) | 222.74º | 0.29% | 0.98% | - |
| XYZ | 55.58 | 56.64 | 98.45 | - |
| YUV | 197.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 250 | 0.29 | 0.21 | 0 | 0.02 | 222.74 | 0.88 | 0.84 |
| Hex | B1 | C6 | FA | 1D | 15 | 0 | 2 | DF | 58 | 54 |
| Octal | 261 | 306 | 372 | 35 | 25 | 0 | 2 | 337 | 130 | 124 |
| Binary | 10110001 | 11000110 | 11111010 | 11101 | 10101 | 0 | 10 | 11011111 | 1011000 | 1010100 |
Color Harmonies of #B1C6FA
Complementary color
Monochromatic Colors of #B1C6FA
Black with #B1C6FA
Text Example
Text Example
White with #B1C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6FA; }
p { color: rgb(177,198,250); }
H1.HeaderClassName
{
color: #B1C6FA;
}
.AnyTagClassName
{
color: #B1C6FA;
}
</style>
background-color css
<style>
a { background-color: #B1C6FA; }
a { background-color: rgb(177,198,250); }
div.DivClassName
{
background-color: #B1C6FA;
}
.BgClassName
{
background-color: #B1C6FA;
}
</style>
border-color css
<style>
span { border-color: #B1C6FA; }
span { border-color: rgb(177,198,250); }
td.TdClassName
{
border-color: #B1C6FA;
}
.TagClassName
{
border-color: #B1C6FA;
}
</style>