Shades of Tropical Blue #B2CBFC
Tints of Tropical Blue #B2CBFC
RGB
CMYK
RGB Variations
Color information
#B2CBFC (or 0xB2CBFC) is known color: Tropical Blue. HEX triplet: B2, CB and FC. RGB value is (178,203,252). Sum of RGB (Red+Green+Blue) = 178+203+252=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBFC is #4D3403. Grayscale: #C8C8C8. Windows color (decimal): -5059588 or 16567218. OLE color: 16567218.
HSL color Cylindrical-coordinate representation of color #B2CBFC: hue angle of 219.73º 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 #B2CBFC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 203 | 252 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.01 |
| HSL | 219.73º | 0.93% | 0.84% | - |
| HSV(B) | 219.73º | 0.29% | 0.99% | - |
| XYZ | 57.29 | 59.21 | 100.5 | - |
| YUV | 201.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 252 | 0.29 | 0.19 | 0 | 0.01 | 219.73 | 0.93 | 0.84 |
| Hex | B2 | CB | FC | 1D | 13 | 0 | 1 | DC | 5C | 54 |
| Octal | 262 | 313 | 374 | 35 | 23 | 0 | 1 | 334 | 134 | 124 |
| Binary | 10110010 | 11001011 | 11111100 | 11101 | 10011 | 0 | 1 | 11011100 | 1011100 | 1010100 |
Color Harmonies of #B2CBFC
Complementary color
Monochromatic Colors of #B2CBFC
Black with #B2CBFC
Text Example
Text Example
White with #B2CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBFC; }
p { color: rgb(178,203,252); }
H1.HeaderClassName
{
color: #B2CBFC;
}
.AnyTagClassName
{
color: #B2CBFC;
}
</style>
background-color css
<style>
a { background-color: #B2CBFC; }
a { background-color: rgb(178,203,252); }
div.DivClassName
{
background-color: #B2CBFC;
}
.BgClassName
{
background-color: #B2CBFC;
}
</style>
border-color css
<style>
span { border-color: #B2CBFC; }
span { border-color: rgb(178,203,252); }
td.TdClassName
{
border-color: #B2CBFC;
}
.TagClassName
{
border-color: #B2CBFC;
}
</style>