Shades of Tropical Blue #B2C5FE
Tints of Tropical Blue #B2C5FE
RGB
CMYK
RGB Variations
Color information
#B2C5FE (or 0xB2C5FE) is known color: Tropical Blue. HEX triplet: B2, C5 and FE. RGB value is (178,197,254). Sum of RGB (Red+Green+Blue) = 178+197+254=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C5FE is #4D3A01. Grayscale: #C5C5C5. Windows color (decimal): -5061122 or 16696754. OLE color: 16696754.
HSL color Cylindrical-coordinate representation of color #B2C5FE: hue angle of 225º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C5FE is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 197 | 254 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.00 |
| HSL | 225º | 0.97% | 0.85% | - |
| HSV(B) | 225º | 0.3% | 1% | - |
| XYZ | 56.22 | 56.55 | 101.72 | - |
| YUV | 197.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 254 | 0.30 | 0.22 | 0 | 0.00 | 225 | 0.97 | 0.85 |
| Hex | B2 | C5 | FE | 1E | 16 | 0 | 0 | E1 | 61 | 55 |
| Octal | 262 | 305 | 376 | 36 | 26 | 0 | 0 | 341 | 141 | 125 |
| Binary | 10110010 | 11000101 | 11111110 | 11110 | 10110 | 0 | 0 | 11100001 | 1100001 | 1010101 |
Color Harmonies of #B2C5FE
Complementary color
Monochromatic Colors of #B2C5FE
Black with #B2C5FE
Text Example
Text Example
White with #B2C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C5FE; }
p { color: rgb(178,197,254); }
H1.HeaderClassName
{
color: #B2C5FE;
}
.AnyTagClassName
{
color: #B2C5FE;
}
</style>
background-color css
<style>
a { background-color: #B2C5FE; }
a { background-color: rgb(178,197,254); }
div.DivClassName
{
background-color: #B2C5FE;
}
.BgClassName
{
background-color: #B2C5FE;
}
</style>
border-color css
<style>
span { border-color: #B2C5FE; }
span { border-color: rgb(178,197,254); }
td.TdClassName
{
border-color: #B2C5FE;
}
.TagClassName
{
border-color: #B2C5FE;
}
</style>