Shades of Tropical Blue #B5C8E6
Tints of Tropical Blue #B5C8E6
RGB
CMYK
RGB Variations
Color information
#B5C8E6 (or 0xB5C8E6) is known color: Tropical Blue. HEX triplet: B5, C8 and E6. RGB value is (181,200,230). Sum of RGB (Red+Green+Blue) = 181+200+230=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5C8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C8E6 is #4A3719. Grayscale: #C5C5C5. Windows color (decimal): -4863770 or 15124661. OLE color: 15124661.
HSL color Cylindrical-coordinate representation of color #B5C8E6: hue angle of 216.73º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C8E6 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 200 | 230 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.10 |
| HSL | 216.73º | 0.49% | 0.81% | - |
| HSV(B) | 216.73º | 0.21% | 0.9% | - |
| XYZ | 53.99 | 56.85 | 82.99 | - |
| YUV | 197.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 230 | 0.21 | 0.13 | 0 | 0.10 | 216.73 | 0.49 | 0.81 |
| Hex | B5 | C8 | E6 | 15 | D | 0 | A | D9 | 31 | 51 |
| Octal | 265 | 310 | 346 | 25 | 15 | 0 | 12 | 331 | 61 | 121 |
| Binary | 10110101 | 11001000 | 11100110 | 10101 | 1101 | 0 | 1010 | 11011001 | 110001 | 1010001 |
Color Harmonies of #B5C8E6
Complementary color
Monochromatic Colors of #B5C8E6
Black with #B5C8E6
Text Example
Text Example
White with #B5C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8E6; }
p { color: rgb(181,200,230); }
H1.HeaderClassName
{
color: #B5C8E6;
}
.AnyTagClassName
{
color: #B5C8E6;
}
</style>
background-color css
<style>
a { background-color: #B5C8E6; }
a { background-color: rgb(181,200,230); }
div.DivClassName
{
background-color: #B5C8E6;
}
.BgClassName
{
background-color: #B5C8E6;
}
</style>
border-color css
<style>
span { border-color: #B5C8E6; }
span { border-color: rgb(181,200,230); }
td.TdClassName
{
border-color: #B5C8E6;
}
.TagClassName
{
border-color: #B5C8E6;
}
</style>