Shades of Tropical Blue #B1CBEE
Tints of Tropical Blue #B1CBEE
RGB
CMYK
RGB Variations
Color information
#B1CBEE (or 0xB1CBEE) is known color: Tropical Blue. HEX triplet: B1, CB and EE. RGB value is (177,203,238). Sum of RGB (Red+Green+Blue) = 177+203+238=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBEE is #4E3411. Grayscale: #C7C7C7. Windows color (decimal): -5125138 or 15649713. OLE color: 15649713.
HSL color Cylindrical-coordinate representation of color #B1CBEE: hue angle of 214.43º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1CBEE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 203 | 238 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.07 |
| HSL | 214.43º | 0.64% | 0.81% | - |
| HSV(B) | 214.43º | 0.26% | 0.93% | - |
| XYZ | 54.92 | 58.23 | 89.23 | - |
| YUV | 199.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 238 | 0.26 | 0.15 | 0 | 0.07 | 214.43 | 0.64 | 0.81 |
| Hex | B1 | CB | EE | 1A | F | 0 | 7 | D6 | 40 | 51 |
| Octal | 261 | 313 | 356 | 32 | 17 | 0 | 7 | 326 | 100 | 121 |
| Binary | 10110001 | 11001011 | 11101110 | 11010 | 1111 | 0 | 111 | 11010110 | 1000000 | 1010001 |
Color Harmonies of #B1CBEE
Complementary color
Monochromatic Colors of #B1CBEE
Black with #B1CBEE
Text Example
Text Example
White with #B1CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBEE; }
p { color: rgb(177,203,238); }
H1.HeaderClassName
{
color: #B1CBEE;
}
.AnyTagClassName
{
color: #B1CBEE;
}
</style>
background-color css
<style>
a { background-color: #B1CBEE; }
a { background-color: rgb(177,203,238); }
div.DivClassName
{
background-color: #B1CBEE;
}
.BgClassName
{
background-color: #B1CBEE;
}
</style>
border-color css
<style>
span { border-color: #B1CBEE; }
span { border-color: rgb(177,203,238); }
td.TdClassName
{
border-color: #B1CBEE;
}
.TagClassName
{
border-color: #B1CBEE;
}
</style>