Shades of Tropical Blue #B1CAE6
Tints of Tropical Blue #B1CAE6
RGB
CMYK
RGB Variations
Color information
#B1CAE6 (or 0xB1CAE6) is known color: Tropical Blue. HEX triplet: B1, CA and E6. RGB value is (177,202,230). Sum of RGB (Red+Green+Blue) = 177+202+230=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAE6 is #4E3519. Grayscale: #C5C5C5. Windows color (decimal): -5125402 or 15125169. OLE color: 15125169.
HSL color Cylindrical-coordinate representation of color #B1CAE6: hue angle of 211.7º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CAE6 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 202 | 230 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.10 |
| HSL | 211.7º | 0.51% | 0.8% | - |
| HSV(B) | 211.7º | 0.23% | 0.9% | - |
| XYZ | 53.53 | 57.3 | 83.1 | - |
| YUV | 197.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 230 | 0.23 | 0.12 | 0 | 0.10 | 211.7 | 0.51 | 0.8 |
| Hex | B1 | CA | E6 | 17 | C | 0 | A | D4 | 33 | 50 |
| Octal | 261 | 312 | 346 | 27 | 14 | 0 | 12 | 324 | 63 | 120 |
| Binary | 10110001 | 11001010 | 11100110 | 10111 | 1100 | 0 | 1010 | 11010100 | 110011 | 1010000 |
Color Harmonies of #B1CAE6
Complementary color
Monochromatic Colors of #B1CAE6
Black with #B1CAE6
Text Example
Text Example
White with #B1CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAE6; }
p { color: rgb(177,202,230); }
H1.HeaderClassName
{
color: #B1CAE6;
}
.AnyTagClassName
{
color: #B1CAE6;
}
</style>
background-color css
<style>
a { background-color: #B1CAE6; }
a { background-color: rgb(177,202,230); }
div.DivClassName
{
background-color: #B1CAE6;
}
.BgClassName
{
background-color: #B1CAE6;
}
</style>
border-color css
<style>
span { border-color: #B1CAE6; }
span { border-color: rgb(177,202,230); }
td.TdClassName
{
border-color: #B1CAE6;
}
.TagClassName
{
border-color: #B1CAE6;
}
</style>