Shades of Tropical Blue #B5CBED
Tints of Tropical Blue #B5CBED
RGB
CMYK
RGB Variations
Color information
#B5CBED (or 0xB5CBED) is known color: Tropical Blue. HEX triplet: B5, CB and ED. RGB value is (181,203,237). Sum of RGB (Red+Green+Blue) = 181+203+237=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CBED is #4A3412. Grayscale: #C8C8C8. Windows color (decimal): -4862995 or 15584181. OLE color: 15584181.
HSL color Cylindrical-coordinate representation of color #B5CBED: hue angle of 216.43º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CBED is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 203 | 237 | - |
CMYK | 0.24 | 0.14 | 0 | 0.07 |
HSL | 216.43º | 0.61% | 0.82% | - |
HSV(B) | 216.43º | 0.24% | 0.93% | - |
XYZ | 55.7 | 58.65 | 88.51 | - |
YUV | 200.3 | 148.71 | 114.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 203 | 237 | 0.24 | 0.14 | 0 | 0.07 | 216.43 | 0.61 | 0.82 |
Hex | B5 | CB | ED | 18 | E | 0 | 7 | D8 | 3D | 52 |
Octal | 265 | 313 | 355 | 30 | 16 | 0 | 7 | 330 | 75 | 122 |
Binary | 10110101 | 11001011 | 11101101 | 11000 | 1110 | 0 | 111 | 11011000 | 111101 | 1010010 |
Color Harmonies of #B5CBED
Complementary color
Monochromatic Colors of #B5CBED
Black with #B5CBED
Text Example
Text Example
White with #B5CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBED; }
p { color: rgb(181,203,237); }
H1.HeaderClassName
{
color: #B5CBED;
}
.AnyTagClassName
{
color: #B5CBED;
}
</style>
background-color css
<style>
a { background-color: #B5CBED; }
a { background-color: rgb(181,203,237); }
div.DivClassName
{
background-color: #B5CBED;
}
.BgClassName
{
background-color: #B5CBED;
}
</style>
border-color css
<style>
span { border-color: #B5CBED; }
span { border-color: rgb(181,203,237); }
td.TdClassName
{
border-color: #B5CBED;
}
.TagClassName
{
border-color: #B5CBED;
}
</style>