Shades of Tropical Blue #B1CAF5
Tints of Tropical Blue #B1CAF5
RGB
CMYK
RGB Variations
Color information
#B1CAF5 (or 0xB1CAF5) is known color: Tropical Blue. HEX triplet: B1, CA and F5. RGB value is (177,202,245). Sum of RGB (Red+Green+Blue) = 177+202+245=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #B1CAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAF5 is #4E350A. Grayscale: #C7C7C7. Windows color (decimal): -5125387 or 16108209. OLE color: 16108209.
HSL color Cylindrical-coordinate representation of color #B1CAF5: hue angle of 217.94º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1CAF5 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 202 | 245 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.04 |
| HSL | 217.94º | 0.77% | 0.83% | - |
| HSV(B) | 217.94º | 0.28% | 0.96% | - |
| XYZ | 55.73 | 58.18 | 94.68 | - |
| YUV | 199.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 245 | 0.28 | 0.18 | 0 | 0.04 | 217.94 | 0.77 | 0.83 |
| Hex | B1 | CA | F5 | 1C | 12 | 0 | 4 | DA | 4D | 53 |
| Octal | 261 | 312 | 365 | 34 | 22 | 0 | 4 | 332 | 115 | 123 |
| Binary | 10110001 | 11001010 | 11110101 | 11100 | 10010 | 0 | 100 | 11011010 | 1001101 | 1010011 |
Color Harmonies of #B1CAF5
Complementary color
Monochromatic Colors of #B1CAF5
Black with #B1CAF5
Text Example
Text Example
White with #B1CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAF5; }
p { color: rgb(177,202,245); }
H1.HeaderClassName
{
color: #B1CAF5;
}
.AnyTagClassName
{
color: #B1CAF5;
}
</style>
background-color css
<style>
a { background-color: #B1CAF5; }
a { background-color: rgb(177,202,245); }
div.DivClassName
{
background-color: #B1CAF5;
}
.BgClassName
{
background-color: #B1CAF5;
}
</style>
border-color css
<style>
span { border-color: #B1CAF5; }
span { border-color: rgb(177,202,245); }
td.TdClassName
{
border-color: #B1CAF5;
}
.TagClassName
{
border-color: #B1CAF5;
}
</style>