Shades of Tropical Blue #B2C8FB
Tints of Tropical Blue #B2C8FB
RGB
CMYK
RGB Variations
Color information
#B2C8FB (or 0xB2C8FB) is known color: Tropical Blue. HEX triplet: B2, C8 and FB. RGB value is (178,200,251). Sum of RGB (Red+Green+Blue) = 178+200+251=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2C8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C8FB is #4D3704. Grayscale: #C7C7C7. Windows color (decimal): -5060357 or 16500914. OLE color: 16500914.
HSL color Cylindrical-coordinate representation of color #B2C8FB: hue angle of 221.92º degrees, saturation: 0.9, 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 #B2C8FB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 200 | 251 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.02 |
| HSL | 221.92º | 0.9% | 0.84% | - |
| HSV(B) | 221.92º | 0.29% | 0.98% | - |
| XYZ | 56.43 | 57.74 | 99.44 | - |
| YUV | 199.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 251 | 0.29 | 0.20 | 0 | 0.02 | 221.92 | 0.9 | 0.84 |
| Hex | B2 | C8 | FB | 1D | 14 | 0 | 2 | DE | 5A | 54 |
| Octal | 262 | 310 | 373 | 35 | 24 | 0 | 2 | 336 | 132 | 124 |
| Binary | 10110010 | 11001000 | 11111011 | 11101 | 10100 | 0 | 10 | 11011110 | 1011010 | 1010100 |
Color Harmonies of #B2C8FB
Complementary color
Monochromatic Colors of #B2C8FB
Black with #B2C8FB
Text Example
Text Example
White with #B2C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8FB; }
p { color: rgb(178,200,251); }
H1.HeaderClassName
{
color: #B2C8FB;
}
.AnyTagClassName
{
color: #B2C8FB;
}
</style>
background-color css
<style>
a { background-color: #B2C8FB; }
a { background-color: rgb(178,200,251); }
div.DivClassName
{
background-color: #B2C8FB;
}
.BgClassName
{
background-color: #B2C8FB;
}
</style>
border-color css
<style>
span { border-color: #B2C8FB; }
span { border-color: rgb(178,200,251); }
td.TdClassName
{
border-color: #B2C8FB;
}
.TagClassName
{
border-color: #B2C8FB;
}
</style>