Shades of Tropical Blue #B1C9EF
Tints of Tropical Blue #B1C9EF
RGB
CMYK
RGB Variations
Color information
#B1C9EF (or 0xB1C9EF) is known color: Tropical Blue. HEX triplet: B1, C9 and EF. RGB value is (177,201,239). Sum of RGB (Red+Green+Blue) = 177+201+239=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9EF is #4E3610. Grayscale: #C5C5C5. Windows color (decimal): -5125649 or 15714737. OLE color: 15714737.
HSL color Cylindrical-coordinate representation of color #B1C9EF: hue angle of 216.77º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C9EF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 201 | 239 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.06 |
| HSL | 216.77º | 0.66% | 0.82% | - |
| HSV(B) | 216.77º | 0.26% | 0.94% | - |
| XYZ | 54.6 | 57.35 | 89.85 | - |
| YUV | 198.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 239 | 0.26 | 0.16 | 0 | 0.06 | 216.77 | 0.66 | 0.82 |
| Hex | B1 | C9 | EF | 1A | 10 | 0 | 6 | D9 | 42 | 52 |
| Octal | 261 | 311 | 357 | 32 | 20 | 0 | 6 | 331 | 102 | 122 |
| Binary | 10110001 | 11001001 | 11101111 | 11010 | 10000 | 0 | 110 | 11011001 | 1000010 | 1010010 |
Color Harmonies of #B1C9EF
Complementary color
Monochromatic Colors of #B1C9EF
Black with #B1C9EF
Text Example
Text Example
White with #B1C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9EF; }
p { color: rgb(177,201,239); }
H1.HeaderClassName
{
color: #B1C9EF;
}
.AnyTagClassName
{
color: #B1C9EF;
}
</style>
background-color css
<style>
a { background-color: #B1C9EF; }
a { background-color: rgb(177,201,239); }
div.DivClassName
{
background-color: #B1C9EF;
}
.BgClassName
{
background-color: #B1C9EF;
}
</style>
border-color css
<style>
span { border-color: #B1C9EF; }
span { border-color: rgb(177,201,239); }
td.TdClassName
{
border-color: #B1C9EF;
}
.TagClassName
{
border-color: #B1C9EF;
}
</style>