Shades of Tropical Blue #B2CCFC
Tints of Tropical Blue #B2CCFC
RGB
CMYK
RGB Variations
Color information
#B2CCFC (or 0xB2CCFC) is known color: Tropical Blue. HEX triplet: B2, CC and FC. RGB value is (178,204,252). Sum of RGB (Red+Green+Blue) = 178+204+252=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCFC is #4D3303. Grayscale: #C9C9C9. Windows color (decimal): -5059332 or 16567474. OLE color: 16567474.
HSL color Cylindrical-coordinate representation of color #B2CCFC: hue angle of 218.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2CCFC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 204 | 252 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.01 |
| HSL | 218.92º | 0.93% | 0.84% | - |
| HSV(B) | 218.92º | 0.29% | 0.99% | - |
| XYZ | 57.52 | 59.68 | 100.58 | - |
| YUV | 201.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 252 | 0.29 | 0.19 | 0 | 0.01 | 218.92 | 0.93 | 0.84 |
| Hex | B2 | CC | FC | 1D | 13 | 0 | 1 | DB | 5C | 54 |
| Octal | 262 | 314 | 374 | 35 | 23 | 0 | 1 | 333 | 134 | 124 |
| Binary | 10110010 | 11001100 | 11111100 | 11101 | 10011 | 0 | 1 | 11011011 | 1011100 | 1010100 |
Color Harmonies of #B2CCFC
Complementary color
Monochromatic Colors of #B2CCFC
Black with #B2CCFC
Text Example
Text Example
White with #B2CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCFC; }
p { color: rgb(178,204,252); }
H1.HeaderClassName
{
color: #B2CCFC;
}
.AnyTagClassName
{
color: #B2CCFC;
}
</style>
background-color css
<style>
a { background-color: #B2CCFC; }
a { background-color: rgb(178,204,252); }
div.DivClassName
{
background-color: #B2CCFC;
}
.BgClassName
{
background-color: #B2CCFC;
}
</style>
border-color css
<style>
span { border-color: #B2CCFC; }
span { border-color: rgb(178,204,252); }
td.TdClassName
{
border-color: #B2CCFC;
}
.TagClassName
{
border-color: #B2CCFC;
}
</style>