Shades of Tropical Blue #B0CAFE
Tints of Tropical Blue #B0CAFE
RGB
CMYK
RGB Variations
Color information
#B0CAFE (or 0xB0CAFE) is known color: Tropical Blue. HEX triplet: B0, CA and FE. RGB value is (176,202,254). Sum of RGB (Red+Green+Blue) = 176+202+254=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAFE is #4F3501. Grayscale: #C7C7C7. Windows color (decimal): -5190914 or 16698032. OLE color: 16698032.
HSL color Cylindrical-coordinate representation of color #B0CAFE: hue angle of 220º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0CAFE is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 202 | 254 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.00 |
| HSL | 220º | 0.98% | 0.84% | - |
| HSV(B) | 220º | 0.31% | 1% | - |
| XYZ | 56.91 | 58.63 | 102.08 | - |
| YUV | 200.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 254 | 0.31 | 0.20 | 0 | 0.00 | 220 | 0.98 | 0.84 |
| Hex | B0 | CA | FE | 1F | 14 | 0 | 0 | DC | 62 | 54 |
| Octal | 260 | 312 | 376 | 37 | 24 | 0 | 0 | 334 | 142 | 124 |
| Binary | 10110000 | 11001010 | 11111110 | 11111 | 10100 | 0 | 0 | 11011100 | 1100010 | 1010100 |
Color Harmonies of #B0CAFE
Complementary color
Monochromatic Colors of #B0CAFE
Black with #B0CAFE
Text Example
Text Example
White with #B0CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CAFE; }
p { color: rgb(176,202,254); }
H1.HeaderClassName
{
color: #B0CAFE;
}
.AnyTagClassName
{
color: #B0CAFE;
}
</style>
background-color css
<style>
a { background-color: #B0CAFE; }
a { background-color: rgb(176,202,254); }
div.DivClassName
{
background-color: #B0CAFE;
}
.BgClassName
{
background-color: #B0CAFE;
}
</style>
border-color css
<style>
span { border-color: #B0CAFE; }
span { border-color: rgb(176,202,254); }
td.TdClassName
{
border-color: #B0CAFE;
}
.TagClassName
{
border-color: #B0CAFE;
}
</style>