Shades of Tropical Blue #B1CAFE
Tints of Tropical Blue #B1CAFE
RGB
CMYK
RGB Variations
Color information
#B1CAFE (or 0xB1CAFE) is known color: Tropical Blue. HEX triplet: B1, CA and FE. RGB value is (177,202,254). Sum of RGB (Red+Green+Blue) = 177+202+254=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAFE is #4E3501. Grayscale: #C8C8C8. Windows color (decimal): -5125378 or 16698033. OLE color: 16698033.
HSL color Cylindrical-coordinate representation of color #B1CAFE: hue angle of 220.52º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CAFE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 202 | 254 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.00 |
| HSL | 220.52º | 0.97% | 0.85% | - |
| HSV(B) | 220.52º | 0.3% | 1% | - |
| XYZ | 57.14 | 58.74 | 102.09 | - |
| YUV | 200.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 254 | 0.30 | 0.20 | 0 | 0.00 | 220.52 | 0.97 | 0.85 |
| Hex | B1 | CA | FE | 1E | 14 | 0 | 0 | DD | 61 | 55 |
| Octal | 261 | 312 | 376 | 36 | 24 | 0 | 0 | 335 | 141 | 125 |
| Binary | 10110001 | 11001010 | 11111110 | 11110 | 10100 | 0 | 0 | 11011101 | 1100001 | 1010101 |
Color Harmonies of #B1CAFE
Complementary color
Monochromatic Colors of #B1CAFE
Black with #B1CAFE
Text Example
Text Example
White with #B1CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAFE; }
p { color: rgb(177,202,254); }
H1.HeaderClassName
{
color: #B1CAFE;
}
.AnyTagClassName
{
color: #B1CAFE;
}
</style>
background-color css
<style>
a { background-color: #B1CAFE; }
a { background-color: rgb(177,202,254); }
div.DivClassName
{
background-color: #B1CAFE;
}
.BgClassName
{
background-color: #B1CAFE;
}
</style>
border-color css
<style>
span { border-color: #B1CAFE; }
span { border-color: rgb(177,202,254); }
td.TdClassName
{
border-color: #B1CAFE;
}
.TagClassName
{
border-color: #B1CAFE;
}
</style>