Shades of Tropical Blue #B2CEEC
Tints of Tropical Blue #B2CEEC
RGB
CMYK
RGB Variations
Color information
#B2CEEC (or 0xB2CEEC) is known color: Tropical Blue. HEX triplet: B2, CE and EC. RGB value is (178,206,236). Sum of RGB (Red+Green+Blue) = 178+206+236=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEEC is #4D3113. Grayscale: #C8C8C8. Windows color (decimal): -5058836 or 15519410. OLE color: 15519410.
HSL color Cylindrical-coordinate representation of color #B2CEEC: hue angle of 211.03º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2CEEC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 206 | 236 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.07 |
| HSL | 211.03º | 0.6% | 0.81% | - |
| HSV(B) | 211.03º | 0.25% | 0.93% | - |
| XYZ | 55.57 | 59.66 | 87.94 | - |
| YUV | 201.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 236 | 0.25 | 0.13 | 0 | 0.07 | 211.03 | 0.6 | 0.81 |
| Hex | B2 | CE | EC | 19 | D | 0 | 7 | D3 | 3C | 51 |
| Octal | 262 | 316 | 354 | 31 | 15 | 0 | 7 | 323 | 74 | 121 |
| Binary | 10110010 | 11001110 | 11101100 | 11001 | 1101 | 0 | 111 | 11010011 | 111100 | 1010001 |
Color Harmonies of #B2CEEC
Complementary color
Monochromatic Colors of #B2CEEC
Black with #B2CEEC
Text Example
Text Example
White with #B2CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEEC; }
p { color: rgb(178,206,236); }
H1.HeaderClassName
{
color: #B2CEEC;
}
.AnyTagClassName
{
color: #B2CEEC;
}
</style>
background-color css
<style>
a { background-color: #B2CEEC; }
a { background-color: rgb(178,206,236); }
div.DivClassName
{
background-color: #B2CEEC;
}
.BgClassName
{
background-color: #B2CEEC;
}
</style>
border-color css
<style>
span { border-color: #B2CEEC; }
span { border-color: rgb(178,206,236); }
td.TdClassName
{
border-color: #B2CEEC;
}
.TagClassName
{
border-color: #B2CEEC;
}
</style>