Shades of Tropical Blue #B1CAFA
Tints of Tropical Blue #B1CAFA
RGB
CMYK
RGB Variations
Color information
#B1CAFA (or 0xB1CAFA) is known color: Tropical Blue. HEX triplet: B1, CA and FA. RGB value is (177,202,250). Sum of RGB (Red+Green+Blue) = 177+202+250=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAFA is #4E3505. Grayscale: #C7C7C7. Windows color (decimal): -5125382 or 16435889. OLE color: 16435889.
HSL color Cylindrical-coordinate representation of color #B1CAFA: hue angle of 219.45º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1CAFA is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 202 | 250 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.02 |
| HSL | 219.45º | 0.88% | 0.84% | - |
| HSV(B) | 219.45º | 0.29% | 0.98% | - |
| XYZ | 56.51 | 58.49 | 98.75 | - |
| YUV | 200 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 250 | 0.29 | 0.19 | 0 | 0.02 | 219.45 | 0.88 | 0.84 |
| Hex | B1 | CA | FA | 1D | 13 | 0 | 2 | DB | 58 | 54 |
| Octal | 261 | 312 | 372 | 35 | 23 | 0 | 2 | 333 | 130 | 124 |
| Binary | 10110001 | 11001010 | 11111010 | 11101 | 10011 | 0 | 10 | 11011011 | 1011000 | 1010100 |
Color Harmonies of #B1CAFA
Complementary color
Monochromatic Colors of #B1CAFA
Black with #B1CAFA
Text Example
Text Example
White with #B1CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAFA; }
p { color: rgb(177,202,250); }
H1.HeaderClassName
{
color: #B1CAFA;
}
.AnyTagClassName
{
color: #B1CAFA;
}
</style>
background-color css
<style>
a { background-color: #B1CAFA; }
a { background-color: rgb(177,202,250); }
div.DivClassName
{
background-color: #B1CAFA;
}
.BgClassName
{
background-color: #B1CAFA;
}
</style>
border-color css
<style>
span { border-color: #B1CAFA; }
span { border-color: rgb(177,202,250); }
td.TdClassName
{
border-color: #B1CAFA;
}
.TagClassName
{
border-color: #B1CAFA;
}
</style>