Shades of Tropical Blue #B2CCEC
Tints of Tropical Blue #B2CCEC
RGB
CMYK
RGB Variations
Color information
#B2CCEC (or 0xB2CCEC) is known color: Tropical Blue. HEX triplet: B2, CC and EC. RGB value is (178,204,236). Sum of RGB (Red+Green+Blue) = 178+204+236=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCEC is #4D3313. Grayscale: #C7C7C7. Windows color (decimal): -5059348 or 15518898. OLE color: 15518898.
HSL color Cylindrical-coordinate representation of color #B2CCEC: hue angle of 213.1º 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 #B2CCEC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 204 | 236 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.07 |
| HSL | 213.1º | 0.6% | 0.81% | - |
| HSV(B) | 213.1º | 0.25% | 0.93% | - |
| XYZ | 55.09 | 58.71 | 87.78 | - |
| YUV | 199.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 236 | 0.25 | 0.14 | 0 | 0.07 | 213.1 | 0.6 | 0.81 |
| Hex | B2 | CC | EC | 19 | E | 0 | 7 | D5 | 3C | 51 |
| Octal | 262 | 314 | 354 | 31 | 16 | 0 | 7 | 325 | 74 | 121 |
| Binary | 10110010 | 11001100 | 11101100 | 11001 | 1110 | 0 | 111 | 11010101 | 111100 | 1010001 |
Color Harmonies of #B2CCEC
Complementary color
Monochromatic Colors of #B2CCEC
Black with #B2CCEC
Text Example
Text Example
White with #B2CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCEC; }
p { color: rgb(178,204,236); }
H1.HeaderClassName
{
color: #B2CCEC;
}
.AnyTagClassName
{
color: #B2CCEC;
}
</style>
background-color css
<style>
a { background-color: #B2CCEC; }
a { background-color: rgb(178,204,236); }
div.DivClassName
{
background-color: #B2CCEC;
}
.BgClassName
{
background-color: #B2CCEC;
}
</style>
border-color css
<style>
span { border-color: #B2CCEC; }
span { border-color: rgb(178,204,236); }
td.TdClassName
{
border-color: #B2CCEC;
}
.TagClassName
{
border-color: #B2CCEC;
}
</style>