Shades of Tropical Blue #B2C5EE
Tints of Tropical Blue #B2C5EE
RGB
CMYK
RGB Variations
Color information
#B2C5EE (or 0xB2C5EE) is known color: Tropical Blue. HEX triplet: B2, C5 and EE. RGB value is (178,197,238). Sum of RGB (Red+Green+Blue) = 178+197+238=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C5EE is #4D3A11. Grayscale: #C3C3C3. Windows color (decimal): -5061138 or 15648178. OLE color: 15648178.
HSL color Cylindrical-coordinate representation of color #B2C5EE: hue angle of 221º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C5EE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 197 | 238 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.07 |
| HSL | 221º | 0.64% | 0.82% | - |
| HSV(B) | 221º | 0.25% | 0.93% | - |
| XYZ | 53.76 | 55.57 | 88.78 | - |
| YUV | 195.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 238 | 0.25 | 0.17 | 0 | 0.07 | 221 | 0.64 | 0.82 |
| Hex | B2 | C5 | EE | 19 | 11 | 0 | 7 | DD | 40 | 52 |
| Octal | 262 | 305 | 356 | 31 | 21 | 0 | 7 | 335 | 100 | 122 |
| Binary | 10110010 | 11000101 | 11101110 | 11001 | 10001 | 0 | 111 | 11011101 | 1000000 | 1010010 |
Color Harmonies of #B2C5EE
Complementary color
Monochromatic Colors of #B2C5EE
Black with #B2C5EE
Text Example
Text Example
White with #B2C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C5EE; }
p { color: rgb(178,197,238); }
H1.HeaderClassName
{
color: #B2C5EE;
}
.AnyTagClassName
{
color: #B2C5EE;
}
</style>
background-color css
<style>
a { background-color: #B2C5EE; }
a { background-color: rgb(178,197,238); }
div.DivClassName
{
background-color: #B2C5EE;
}
.BgClassName
{
background-color: #B2C5EE;
}
</style>
border-color css
<style>
span { border-color: #B2C5EE; }
span { border-color: rgb(178,197,238); }
td.TdClassName
{
border-color: #B2C5EE;
}
.TagClassName
{
border-color: #B2C5EE;
}
</style>