Shades of Tropical Blue #B8CBEC
Tints of Tropical Blue #B8CBEC
RGB
CMYK
RGB Variations
Color information
#B8CBEC (or 0xB8CBEC) is known color: Tropical Blue. HEX triplet: B8, CB and EC. RGB value is (184,203,236). Sum of RGB (Red+Green+Blue) = 184+203+236=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CBEC is #473413. Grayscale: #C8C8C8. Windows color (decimal): -4666388 or 15518648. OLE color: 15518648.
HSL color Cylindrical-coordinate representation of color #B8CBEC: hue angle of 218.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8CBEC is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 203 | 236 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.07 |
| HSL | 218.08º | 0.58% | 0.82% | - |
| HSV(B) | 218.08º | 0.22% | 0.93% | - |
| XYZ | 56.26 | 58.96 | 87.77 | - |
| YUV | 201.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 236 | 0.22 | 0.14 | 0 | 0.07 | 218.08 | 0.58 | 0.82 |
| Hex | B8 | CB | EC | 16 | E | 0 | 7 | DA | 3A | 52 |
| Octal | 270 | 313 | 354 | 26 | 16 | 0 | 7 | 332 | 72 | 122 |
| Binary | 10111000 | 11001011 | 11101100 | 10110 | 1110 | 0 | 111 | 11011010 | 111010 | 1010010 |
Color Harmonies of #B8CBEC
Complementary color
Monochromatic Colors of #B8CBEC
Black with #B8CBEC
Text Example
Text Example
White with #B8CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBEC; }
p { color: rgb(184,203,236); }
H1.HeaderClassName
{
color: #B8CBEC;
}
.AnyTagClassName
{
color: #B8CBEC;
}
</style>
background-color css
<style>
a { background-color: #B8CBEC; }
a { background-color: rgb(184,203,236); }
div.DivClassName
{
background-color: #B8CBEC;
}
.BgClassName
{
background-color: #B8CBEC;
}
</style>
border-color css
<style>
span { border-color: #B8CBEC; }
span { border-color: rgb(184,203,236); }
td.TdClassName
{
border-color: #B8CBEC;
}
.TagClassName
{
border-color: #B8CBEC;
}
</style>