Shades of Tropical Blue #B1C9EA
Tints of Tropical Blue #B1C9EA
RGB
CMYK
RGB Variations
Color information
#B1C9EA (or 0xB1C9EA) is known color: Tropical Blue. HEX triplet: B1, C9 and EA. RGB value is (177,201,234). Sum of RGB (Red+Green+Blue) = 177+201+234=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1C9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9EA is #4E3615. Grayscale: #C5C5C5. Windows color (decimal): -5125654 or 15387057. OLE color: 15387057.
HSL color Cylindrical-coordinate representation of color #B1C9EA: hue angle of 214.74º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1C9EA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 201 | 234 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.08 |
| HSL | 214.74º | 0.58% | 0.81% | - |
| HSV(B) | 214.74º | 0.24% | 0.92% | - |
| XYZ | 53.87 | 57.06 | 86.02 | - |
| YUV | 197.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 234 | 0.24 | 0.14 | 0 | 0.08 | 214.74 | 0.58 | 0.81 |
| Hex | B1 | C9 | EA | 18 | E | 0 | 8 | D7 | 3A | 51 |
| Octal | 261 | 311 | 352 | 30 | 16 | 0 | 10 | 327 | 72 | 121 |
| Binary | 10110001 | 11001001 | 11101010 | 11000 | 1110 | 0 | 1000 | 11010111 | 111010 | 1010001 |
Color Harmonies of #B1C9EA
Complementary color
Monochromatic Colors of #B1C9EA
Black with #B1C9EA
Text Example
Text Example
White with #B1C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9EA; }
p { color: rgb(177,201,234); }
H1.HeaderClassName
{
color: #B1C9EA;
}
.AnyTagClassName
{
color: #B1C9EA;
}
</style>
background-color css
<style>
a { background-color: #B1C9EA; }
a { background-color: rgb(177,201,234); }
div.DivClassName
{
background-color: #B1C9EA;
}
.BgClassName
{
background-color: #B1C9EA;
}
</style>
border-color css
<style>
span { border-color: #B1C9EA; }
span { border-color: rgb(177,201,234); }
td.TdClassName
{
border-color: #B1C9EA;
}
.TagClassName
{
border-color: #B1C9EA;
}
</style>