Shades of Tropical Blue #B1CBED
Tints of Tropical Blue #B1CBED
RGB
CMYK
RGB Variations
Color information
#B1CBED (or 0xB1CBED) is known color: Tropical Blue. HEX triplet: B1, CB and ED. RGB value is (177,203,237). Sum of RGB (Red+Green+Blue) = 177+203+237=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBED is #4E3412. Grayscale: #C6C6C6. Windows color (decimal): -5125139 or 15584177. OLE color: 15584177.
HSL color Cylindrical-coordinate representation of color #B1CBED: hue angle of 214º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1CBED is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 203 | 237 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.07 |
| HSL | 214º | 0.63% | 0.81% | - |
| HSV(B) | 214º | 0.25% | 0.93% | - |
| XYZ | 54.77 | 58.17 | 88.46 | - |
| YUV | 199.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 237 | 0.25 | 0.14 | 0 | 0.07 | 214 | 0.63 | 0.81 |
| Hex | B1 | CB | ED | 19 | E | 0 | 7 | D6 | 3E | 51 |
| Octal | 261 | 313 | 355 | 31 | 16 | 0 | 7 | 326 | 76 | 121 |
| Binary | 10110001 | 11001011 | 11101101 | 11001 | 1110 | 0 | 111 | 11010110 | 111110 | 1010001 |
Color Harmonies of #B1CBED
Complementary color
Monochromatic Colors of #B1CBED
Black with #B1CBED
Text Example
Text Example
White with #B1CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBED; }
p { color: rgb(177,203,237); }
H1.HeaderClassName
{
color: #B1CBED;
}
.AnyTagClassName
{
color: #B1CBED;
}
</style>
background-color css
<style>
a { background-color: #B1CBED; }
a { background-color: rgb(177,203,237); }
div.DivClassName
{
background-color: #B1CBED;
}
.BgClassName
{
background-color: #B1CBED;
}
</style>
border-color css
<style>
span { border-color: #B1CBED; }
span { border-color: rgb(177,203,237); }
td.TdClassName
{
border-color: #B1CBED;
}
.TagClassName
{
border-color: #B1CBED;
}
</style>