Shades of Tropical Blue #B5CDE6
Tints of Tropical Blue #B5CDE6
RGB
CMYK
RGB Variations
Color information
#B5CDE6 (or 0xB5CDE6) is known color: Tropical Blue. HEX triplet: B5, CD and E6. RGB value is (181,205,230). Sum of RGB (Red+Green+Blue) = 181+205+230=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CDE6 is #4A3219. Grayscale: #C8C8C8. Windows color (decimal): -4862490 or 15125941. OLE color: 15125941.
HSL color Cylindrical-coordinate representation of color #B5CDE6: hue angle of 210.61º 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 #B5CDE6 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 205 | 230 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.10 |
| HSL | 210.61º | 0.49% | 0.81% | - |
| HSV(B) | 210.61º | 0.21% | 0.9% | - |
| XYZ | 55.17 | 59.2 | 83.38 | - |
| YUV | 200.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 205 | 230 | 0.21 | 0.11 | 0 | 0.10 | 210.61 | 0.49 | 0.81 |
| Hex | B5 | CD | E6 | 15 | B | 0 | A | D3 | 31 | 51 |
| Octal | 265 | 315 | 346 | 25 | 13 | 0 | 12 | 323 | 61 | 121 |
| Binary | 10110101 | 11001101 | 11100110 | 10101 | 1011 | 0 | 1010 | 11010011 | 110001 | 1010001 |
Color Harmonies of #B5CDE6
Complementary color
Monochromatic Colors of #B5CDE6
Black with #B5CDE6
Text Example
Text Example
White with #B5CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDE6; }
p { color: rgb(181,205,230); }
H1.HeaderClassName
{
color: #B5CDE6;
}
.AnyTagClassName
{
color: #B5CDE6;
}
</style>
background-color css
<style>
a { background-color: #B5CDE6; }
a { background-color: rgb(181,205,230); }
div.DivClassName
{
background-color: #B5CDE6;
}
.BgClassName
{
background-color: #B5CDE6;
}
</style>
border-color css
<style>
span { border-color: #B5CDE6; }
span { border-color: rgb(181,205,230); }
td.TdClassName
{
border-color: #B5CDE6;
}
.TagClassName
{
border-color: #B5CDE6;
}
</style>