Shades of Tropical Blue #B6CBFB
Tints of Tropical Blue #B6CBFB
RGB
CMYK
RGB Variations
Color information
#B6CBFB (or 0xB6CBFB) is known color: Tropical Blue. HEX triplet: B6, CB and FB. RGB value is (182,203,251). Sum of RGB (Red+Green+Blue) = 182+203+251=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CBFB is #493404. Grayscale: #C9C9C9. Windows color (decimal): -4797445 or 16501686. OLE color: 16501686.
HSL color Cylindrical-coordinate representation of color #B6CBFB: hue angle of 221.74º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6CBFB is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 203 | 251 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.02 |
| HSL | 221.74º | 0.9% | 0.85% | - |
| HSV(B) | 221.74º | 0.27% | 0.98% | - |
| XYZ | 58.06 | 59.62 | 99.71 | - |
| YUV | 202.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 251 | 0.27 | 0.19 | 0 | 0.02 | 221.74 | 0.9 | 0.85 |
| Hex | B6 | CB | FB | 1B | 13 | 0 | 2 | DE | 5A | 55 |
| Octal | 266 | 313 | 373 | 33 | 23 | 0 | 2 | 336 | 132 | 125 |
| Binary | 10110110 | 11001011 | 11111011 | 11011 | 10011 | 0 | 10 | 11011110 | 1011010 | 1010101 |
Color Harmonies of #B6CBFB
Complementary color
Monochromatic Colors of #B6CBFB
Black with #B6CBFB
Text Example
Text Example
White with #B6CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CBFB; }
p { color: rgb(182,203,251); }
H1.HeaderClassName
{
color: #B6CBFB;
}
.AnyTagClassName
{
color: #B6CBFB;
}
</style>
background-color css
<style>
a { background-color: #B6CBFB; }
a { background-color: rgb(182,203,251); }
div.DivClassName
{
background-color: #B6CBFB;
}
.BgClassName
{
background-color: #B6CBFB;
}
</style>
border-color css
<style>
span { border-color: #B6CBFB; }
span { border-color: rgb(182,203,251); }
td.TdClassName
{
border-color: #B6CBFB;
}
.TagClassName
{
border-color: #B6CBFB;
}
</style>