Shades of Tropical Blue #B1C9FE
Tints of Tropical Blue #B1C9FE
RGB
CMYK
RGB Variations
Color information
#B1C9FE (or 0xB1C9FE) is known color: Tropical Blue. HEX triplet: B1, C9 and FE. RGB value is (177,201,254). Sum of RGB (Red+Green+Blue) = 177+201+254=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9FE is #4E3601. Grayscale: #C7C7C7. Windows color (decimal): -5125634 or 16697777. OLE color: 16697777.
HSL color Cylindrical-coordinate representation of color #B1C9FE: hue angle of 221.3º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C9FE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 201 | 254 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.00 |
| HSL | 221.3º | 0.97% | 0.85% | - |
| HSV(B) | 221.3º | 0.3% | 1% | - |
| XYZ | 56.91 | 58.28 | 102.02 | - |
| YUV | 199.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 254 | 0.30 | 0.21 | 0 | 0.00 | 221.3 | 0.97 | 0.85 |
| Hex | B1 | C9 | FE | 1E | 15 | 0 | 0 | DD | 61 | 55 |
| Octal | 261 | 311 | 376 | 36 | 25 | 0 | 0 | 335 | 141 | 125 |
| Binary | 10110001 | 11001001 | 11111110 | 11110 | 10101 | 0 | 0 | 11011101 | 1100001 | 1010101 |
Color Harmonies of #B1C9FE
Complementary color
Monochromatic Colors of #B1C9FE
Black with #B1C9FE
Text Example
Text Example
White with #B1C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9FE; }
p { color: rgb(177,201,254); }
H1.HeaderClassName
{
color: #B1C9FE;
}
.AnyTagClassName
{
color: #B1C9FE;
}
</style>
background-color css
<style>
a { background-color: #B1C9FE; }
a { background-color: rgb(177,201,254); }
div.DivClassName
{
background-color: #B1C9FE;
}
.BgClassName
{
background-color: #B1C9FE;
}
</style>
border-color css
<style>
span { border-color: #B1C9FE; }
span { border-color: rgb(177,201,254); }
td.TdClassName
{
border-color: #B1C9FE;
}
.TagClassName
{
border-color: #B1C9FE;
}
</style>