Shades of Tropical Blue #B5C8FB
Tints of Tropical Blue #B5C8FB
RGB
CMYK
RGB Variations
Color information
#B5C8FB (or 0xB5C8FB) is known color: Tropical Blue. HEX triplet: B5, C8 and FB. RGB value is (181,200,251). Sum of RGB (Red+Green+Blue) = 181+200+251=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C8FB is #4A3704. Grayscale: #C7C7C7. Windows color (decimal): -4863749 or 16500917. OLE color: 16500917.
HSL color Cylindrical-coordinate representation of color #B5C8FB: hue angle of 223.71º 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 #B5C8FB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 200 | 251 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.02 |
| HSL | 223.71º | 0.9% | 0.85% | - |
| HSV(B) | 223.71º | 0.28% | 0.98% | - |
| XYZ | 57.12 | 58.1 | 99.47 | - |
| YUV | 200.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 251 | 0.28 | 0.20 | 0 | 0.02 | 223.71 | 0.9 | 0.85 |
| Hex | B5 | C8 | FB | 1C | 14 | 0 | 2 | E0 | 5A | 55 |
| Octal | 265 | 310 | 373 | 34 | 24 | 0 | 2 | 340 | 132 | 125 |
| Binary | 10110101 | 11001000 | 11111011 | 11100 | 10100 | 0 | 10 | 11100000 | 1011010 | 1010101 |
Color Harmonies of #B5C8FB
Complementary color
Monochromatic Colors of #B5C8FB
Black with #B5C8FB
Text Example
Text Example
White with #B5C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8FB; }
p { color: rgb(181,200,251); }
H1.HeaderClassName
{
color: #B5C8FB;
}
.AnyTagClassName
{
color: #B5C8FB;
}
</style>
background-color css
<style>
a { background-color: #B5C8FB; }
a { background-color: rgb(181,200,251); }
div.DivClassName
{
background-color: #B5C8FB;
}
.BgClassName
{
background-color: #B5C8FB;
}
</style>
border-color css
<style>
span { border-color: #B5C8FB; }
span { border-color: rgb(181,200,251); }
td.TdClassName
{
border-color: #B5C8FB;
}
.TagClassName
{
border-color: #B5C8FB;
}
</style>