Shades of Tropical Blue #B5CBE9
Tints of Tropical Blue #B5CBE9
RGB
CMYK
RGB Variations
Color information
#B5CBE9 (or 0xB5CBE9) is known color: Tropical Blue. HEX triplet: B5, CB and E9. RGB value is (181,203,233). Sum of RGB (Red+Green+Blue) = 181+203+233=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CBE9 is #4A3416. Grayscale: #C7C7C7. Windows color (decimal): -4862999 or 15322037. OLE color: 15322037.
HSL color Cylindrical-coordinate representation of color #B5CBE9: hue angle of 214.62º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5CBE9 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 203 | 233 | - |
CMYK | 0.22 | 0.13 | 0 | 0.09 |
HSL | 214.62º | 0.54% | 0.81% | - |
HSV(B) | 214.62º | 0.22% | 0.91% | - |
XYZ | 55.12 | 58.42 | 85.46 | - |
YUV | 199.84 | 146.71 | 114.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 203 | 233 | 0.22 | 0.13 | 0 | 0.09 | 214.62 | 0.54 | 0.81 |
Hex | B5 | CB | E9 | 16 | D | 0 | 9 | D7 | 36 | 51 |
Octal | 265 | 313 | 351 | 26 | 15 | 0 | 11 | 327 | 66 | 121 |
Binary | 10110101 | 11001011 | 11101001 | 10110 | 1101 | 0 | 1001 | 11010111 | 110110 | 1010001 |
Color Harmonies of #B5CBE9
Complementary color
Monochromatic Colors of #B5CBE9
Black with #B5CBE9
Text Example
Text Example
White with #B5CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBE9; }
p { color: rgb(181,203,233); }
H1.HeaderClassName
{
color: #B5CBE9;
}
.AnyTagClassName
{
color: #B5CBE9;
}
</style>
background-color css
<style>
a { background-color: #B5CBE9; }
a { background-color: rgb(181,203,233); }
div.DivClassName
{
background-color: #B5CBE9;
}
.BgClassName
{
background-color: #B5CBE9;
}
</style>
border-color css
<style>
span { border-color: #B5CBE9; }
span { border-color: rgb(181,203,233); }
td.TdClassName
{
border-color: #B5CBE9;
}
.TagClassName
{
border-color: #B5CBE9;
}
</style>