Shades of Tropical Blue #B2CBFE
Tints of Tropical Blue #B2CBFE
RGB
CMYK
RGB Variations
Color information
#B2CBFE (or 0xB2CBFE) is known color: Tropical Blue. HEX triplet: B2, CB and FE. RGB value is (178,203,254). Sum of RGB (Red+Green+Blue) = 178+203+254=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBFE is #4D3401. Grayscale: #C9C9C9. Windows color (decimal): -5059586 or 16698290. OLE color: 16698290.
HSL color Cylindrical-coordinate representation of color #B2CBFE: hue angle of 220.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CBFE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 203 | 254 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.00 |
| HSL | 220.26º | 0.97% | 0.85% | - |
| HSV(B) | 220.26º | 0.3% | 1% | - |
| XYZ | 57.61 | 59.33 | 102.18 | - |
| YUV | 201.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 254 | 0.30 | 0.20 | 0 | 0.00 | 220.26 | 0.97 | 0.85 |
| Hex | B2 | CB | FE | 1E | 14 | 0 | 0 | DC | 61 | 55 |
| Octal | 262 | 313 | 376 | 36 | 24 | 0 | 0 | 334 | 141 | 125 |
| Binary | 10110010 | 11001011 | 11111110 | 11110 | 10100 | 0 | 0 | 11011100 | 1100001 | 1010101 |
Color Harmonies of #B2CBFE
Complementary color
Monochromatic Colors of #B2CBFE
Black with #B2CBFE
Text Example
Text Example
White with #B2CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBFE; }
p { color: rgb(178,203,254); }
H1.HeaderClassName
{
color: #B2CBFE;
}
.AnyTagClassName
{
color: #B2CBFE;
}
</style>
background-color css
<style>
a { background-color: #B2CBFE; }
a { background-color: rgb(178,203,254); }
div.DivClassName
{
background-color: #B2CBFE;
}
.BgClassName
{
background-color: #B2CBFE;
}
</style>
border-color css
<style>
span { border-color: #B2CBFE; }
span { border-color: rgb(178,203,254); }
td.TdClassName
{
border-color: #B2CBFE;
}
.TagClassName
{
border-color: #B2CBFE;
}
</style>