Shades of Tropical Blue #B6CBE5
Tints of Tropical Blue #B6CBE5
RGB
CMYK
RGB Variations
Color information
#B6CBE5 (or 0xB6CBE5) is known color: Tropical Blue. HEX triplet: B6, CB and E5. RGB value is (182,203,229). Sum of RGB (Red+Green+Blue) = 182+203+229=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #B6CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBE5 is #49341A. Grayscale: #C7C7C7. Windows color (decimal): -4797467 or 15059894. OLE color: 15059894.
HSL color Cylindrical-coordinate representation of color #B6CBE5: hue angle of 213.19º degrees, saturation: 0.47, 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 #B6CBE5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 203 | 229 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.10 |
| HSL | 213.19º | 0.47% | 0.81% | - |
| HSV(B) | 213.19º | 0.21% | 0.9% | - |
| XYZ | 54.79 | 58.31 | 82.5 | - |
| YUV | 199.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 229 | 0.21 | 0.11 | 0 | 0.10 | 213.19 | 0.47 | 0.81 |
| Hex | B6 | CB | E5 | 15 | B | 0 | A | D5 | 2F | 51 |
| Octal | 266 | 313 | 345 | 25 | 13 | 0 | 12 | 325 | 57 | 121 |
| Binary | 10110110 | 11001011 | 11100101 | 10101 | 1011 | 0 | 1010 | 11010101 | 101111 | 1010001 |
Color Harmonies of #B6CBE5
Complementary color
Monochromatic Colors of #B6CBE5
Black with #B6CBE5
Text Example
Text Example
White with #B6CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CBE5; }
p { color: rgb(182,203,229); }
H1.HeaderClassName
{
color: #B6CBE5;
}
.AnyTagClassName
{
color: #B6CBE5;
}
</style>
background-color css
<style>
a { background-color: #B6CBE5; }
a { background-color: rgb(182,203,229); }
div.DivClassName
{
background-color: #B6CBE5;
}
.BgClassName
{
background-color: #B6CBE5;
}
</style>
border-color css
<style>
span { border-color: #B6CBE5; }
span { border-color: rgb(182,203,229); }
td.TdClassName
{
border-color: #B6CBE5;
}
.TagClassName
{
border-color: #B6CBE5;
}
</style>