Shades of Tropical Blue #B1CAEE
Tints of Tropical Blue #B1CAEE
RGB
CMYK
RGB Variations
Color information
#B1CAEE (or 0xB1CAEE) is known color: Tropical Blue. HEX triplet: B1, CA and EE. RGB value is (177,202,238). Sum of RGB (Red+Green+Blue) = 177+202+238=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAEE is #4E3511. Grayscale: #C6C6C6. Windows color (decimal): -5125394 or 15649457. OLE color: 15649457.
HSL color Cylindrical-coordinate representation of color #B1CAEE: hue angle of 215.41º 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 #B1CAEE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 202 | 238 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.07 |
| HSL | 215.41º | 0.64% | 0.81% | - |
| HSV(B) | 215.41º | 0.26% | 0.93% | - |
| XYZ | 54.68 | 57.76 | 89.16 | - |
| YUV | 198.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 238 | 0.26 | 0.15 | 0 | 0.07 | 215.41 | 0.64 | 0.81 |
| Hex | B1 | CA | EE | 1A | F | 0 | 7 | D7 | 40 | 51 |
| Octal | 261 | 312 | 356 | 32 | 17 | 0 | 7 | 327 | 100 | 121 |
| Binary | 10110001 | 11001010 | 11101110 | 11010 | 1111 | 0 | 111 | 11010111 | 1000000 | 1010001 |
Color Harmonies of #B1CAEE
Complementary color
Monochromatic Colors of #B1CAEE
Black with #B1CAEE
Text Example
Text Example
White with #B1CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAEE; }
p { color: rgb(177,202,238); }
H1.HeaderClassName
{
color: #B1CAEE;
}
.AnyTagClassName
{
color: #B1CAEE;
}
</style>
background-color css
<style>
a { background-color: #B1CAEE; }
a { background-color: rgb(177,202,238); }
div.DivClassName
{
background-color: #B1CAEE;
}
.BgClassName
{
background-color: #B1CAEE;
}
</style>
border-color css
<style>
span { border-color: #B1CAEE; }
span { border-color: rgb(177,202,238); }
td.TdClassName
{
border-color: #B1CAEE;
}
.TagClassName
{
border-color: #B1CAEE;
}
</style>