Shades of Tropical Blue #B2CAF1
Tints of Tropical Blue #B2CAF1
RGB
CMYK
RGB Variations
Color information
#B2CAF1 (or 0xB2CAF1) is known color: Tropical Blue. HEX triplet: B2, CA and F1. RGB value is (178,202,241). Sum of RGB (Red+Green+Blue) = 178+202+241=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CAF1 is #4D350E. Grayscale: #C7C7C7. Windows color (decimal): -5059855 or 15846066. OLE color: 15846066.
HSL color Cylindrical-coordinate representation of color #B2CAF1: hue angle of 217.14º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2CAF1 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 202 | 241 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.05 |
| HSL | 217.14º | 0.69% | 0.82% | - |
| HSV(B) | 217.14º | 0.26% | 0.95% | - |
| XYZ | 55.36 | 58.06 | 91.51 | - |
| YUV | 199.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 241 | 0.26 | 0.16 | 0 | 0.05 | 217.14 | 0.69 | 0.82 |
| Hex | B2 | CA | F1 | 1A | 10 | 0 | 5 | D9 | 45 | 52 |
| Octal | 262 | 312 | 361 | 32 | 20 | 0 | 5 | 331 | 105 | 122 |
| Binary | 10110010 | 11001010 | 11110001 | 11010 | 10000 | 0 | 101 | 11011001 | 1000101 | 1010010 |
Color Harmonies of #B2CAF1
Complementary color
Monochromatic Colors of #B2CAF1
Black with #B2CAF1
Text Example
Text Example
White with #B2CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CAF1; }
p { color: rgb(178,202,241); }
H1.HeaderClassName
{
color: #B2CAF1;
}
.AnyTagClassName
{
color: #B2CAF1;
}
</style>
background-color css
<style>
a { background-color: #B2CAF1; }
a { background-color: rgb(178,202,241); }
div.DivClassName
{
background-color: #B2CAF1;
}
.BgClassName
{
background-color: #B2CAF1;
}
</style>
border-color css
<style>
span { border-color: #B2CAF1; }
span { border-color: rgb(178,202,241); }
td.TdClassName
{
border-color: #B2CAF1;
}
.TagClassName
{
border-color: #B2CAF1;
}
</style>