Shades of Tropical Blue #B0CAEA
Tints of Tropical Blue #B0CAEA
RGB
CMYK
RGB Variations
Color information
#B0CAEA (or 0xB0CAEA) is known color: Tropical Blue. HEX triplet: B0, CA and EA. RGB value is (176,202,234). Sum of RGB (Red+Green+Blue) = 176+202+234=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAEA is #4F3515. Grayscale: #C5C5C5. Windows color (decimal): -5190934 or 15387312. OLE color: 15387312.
HSL color Cylindrical-coordinate representation of color #B0CAEA: hue angle of 213.1º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CAEA is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 202 | 234 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.08 |
| HSL | 213.1º | 0.58% | 0.8% | - |
| HSV(B) | 213.1º | 0.25% | 0.92% | - |
| XYZ | 53.88 | 57.41 | 86.08 | - |
| YUV | 197.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 234 | 0.25 | 0.14 | 0 | 0.08 | 213.1 | 0.58 | 0.8 |
| Hex | B0 | CA | EA | 19 | E | 0 | 8 | D5 | 3A | 50 |
| Octal | 260 | 312 | 352 | 31 | 16 | 0 | 10 | 325 | 72 | 120 |
| Binary | 10110000 | 11001010 | 11101010 | 11001 | 1110 | 0 | 1000 | 11010101 | 111010 | 1010000 |
Color Harmonies of #B0CAEA
Complementary color
Monochromatic Colors of #B0CAEA
Black with #B0CAEA
Text Example
Text Example
White with #B0CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CAEA; }
p { color: rgb(176,202,234); }
H1.HeaderClassName
{
color: #B0CAEA;
}
.AnyTagClassName
{
color: #B0CAEA;
}
</style>
background-color css
<style>
a { background-color: #B0CAEA; }
a { background-color: rgb(176,202,234); }
div.DivClassName
{
background-color: #B0CAEA;
}
.BgClassName
{
background-color: #B0CAEA;
}
</style>
border-color css
<style>
span { border-color: #B0CAEA; }
span { border-color: rgb(176,202,234); }
td.TdClassName
{
border-color: #B0CAEA;
}
.TagClassName
{
border-color: #B0CAEA;
}
</style>