Shades of Tropical Blue #B5CBE5
Tints of Tropical Blue #B5CBE5
RGB
CMYK
RGB Variations
Color information
#B5CBE5 (or 0xB5CBE5) is known color: Tropical Blue. HEX triplet: B5, CB and E5. RGB value is (181,203,229). Sum of RGB (Red+Green+Blue) = 181+203+229=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #B5CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBE5 is #4A341A. Grayscale: #C7C7C7. Windows color (decimal): -4863003 or 15059893. OLE color: 15059893.
HSL color Cylindrical-coordinate representation of color #B5CBE5: hue angle of 212.5º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CBE5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 203 | 229 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.10 |
| HSL | 212.5º | 0.48% | 0.8% | - |
| HSV(B) | 212.5º | 0.21% | 0.9% | - |
| XYZ | 54.55 | 58.19 | 82.49 | - |
| YUV | 199.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 229 | 0.21 | 0.11 | 0 | 0.10 | 212.5 | 0.48 | 0.8 |
| Hex | B5 | CB | E5 | 15 | B | 0 | A | D4 | 30 | 50 |
| Octal | 265 | 313 | 345 | 25 | 13 | 0 | 12 | 324 | 60 | 120 |
| Binary | 10110101 | 11001011 | 11100101 | 10101 | 1011 | 0 | 1010 | 11010100 | 110000 | 1010000 |
Color Harmonies of #B5CBE5
Complementary color
Monochromatic Colors of #B5CBE5
Black with #B5CBE5
Text Example
Text Example
White with #B5CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBE5; }
p { color: rgb(181,203,229); }
H1.HeaderClassName
{
color: #B5CBE5;
}
.AnyTagClassName
{
color: #B5CBE5;
}
</style>
background-color css
<style>
a { background-color: #B5CBE5; }
a { background-color: rgb(181,203,229); }
div.DivClassName
{
background-color: #B5CBE5;
}
.BgClassName
{
background-color: #B5CBE5;
}
</style>
border-color css
<style>
span { border-color: #B5CBE5; }
span { border-color: rgb(181,203,229); }
td.TdClassName
{
border-color: #B5CBE5;
}
.TagClassName
{
border-color: #B5CBE5;
}
</style>