Shades of Tropical Blue #B5C6FB
Tints of Tropical Blue #B5C6FB
RGB
CMYK
RGB Variations
Color information
#B5C6FB (or 0xB5C6FB) is known color: Tropical Blue. HEX triplet: B5, C6 and FB. RGB value is (181,198,251). Sum of RGB (Red+Green+Blue) = 181+198+251=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C6FB is #4A3904. Grayscale: #C6C6C6. Windows color (decimal): -4864261 or 16500405. OLE color: 16500405.
HSL color Cylindrical-coordinate representation of color #B5C6FB: hue angle of 225.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5C6FB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 198 | 251 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.02 |
| HSL | 225.43º | 0.9% | 0.85% | - |
| HSV(B) | 225.43º | 0.28% | 0.98% | - |
| XYZ | 56.66 | 57.18 | 99.32 | - |
| YUV | 198.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 251 | 0.28 | 0.21 | 0 | 0.02 | 225.43 | 0.9 | 0.85 |
| Hex | B5 | C6 | FB | 1C | 15 | 0 | 2 | E1 | 5A | 55 |
| Octal | 265 | 306 | 373 | 34 | 25 | 0 | 2 | 341 | 132 | 125 |
| Binary | 10110101 | 11000110 | 11111011 | 11100 | 10101 | 0 | 10 | 11100001 | 1011010 | 1010101 |
Color Harmonies of #B5C6FB
Complementary color
Monochromatic Colors of #B5C6FB
Black with #B5C6FB
Text Example
Text Example
White with #B5C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6FB; }
p { color: rgb(181,198,251); }
H1.HeaderClassName
{
color: #B5C6FB;
}
.AnyTagClassName
{
color: #B5C6FB;
}
</style>
background-color css
<style>
a { background-color: #B5C6FB; }
a { background-color: rgb(181,198,251); }
div.DivClassName
{
background-color: #B5C6FB;
}
.BgClassName
{
background-color: #B5C6FB;
}
</style>
border-color css
<style>
span { border-color: #B5C6FB; }
span { border-color: rgb(181,198,251); }
td.TdClassName
{
border-color: #B5C6FB;
}
.TagClassName
{
border-color: #B5C6FB;
}
</style>