Shades of Tropical Blue #B8CBFF
Tints of Tropical Blue #B8CBFF
RGB
CMYK
RGB Variations
Color information
#B8CBFF (or 0xB8CBFF) is known color: Tropical Blue. HEX triplet: B8, CB and FF. RGB value is (184,203,255). Sum of RGB (Red+Green+Blue) = 184+203+255=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CBFF is #473400. Grayscale: #CBCBCB. Windows color (decimal): -4666369 or 16763832. OLE color: 16763832.
HSL color Cylindrical-coordinate representation of color #B8CBFF: hue angle of 223.94º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8CBFF is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 203 | 255 | - |
| CMYK | 0.28 | 0.20 | 0 | 0 |
| HSL | 223.94º | 1% | 0.86% | - |
| HSV(B) | 223.94º | 0.28% | 1% | - |
| XYZ | 59.17 | 60.12 | 103.09 | - |
| YUV | 203.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 255 | 0.28 | 0.20 | 0 | 0 | 223.94 | 1 | 0.86 |
| Hex | B8 | CB | FF | 1C | 14 | 0 | 0 | E0 | 64 | 56 |
| Octal | 270 | 313 | 377 | 34 | 24 | 0 | 0 | 340 | 144 | 126 |
| Binary | 10111000 | 11001011 | 11111111 | 11100 | 10100 | 0 | 0 | 11100000 | 1100100 | 1010110 |
Color Harmonies of #B8CBFF
Complementary color
Monochromatic Colors of #B8CBFF
Black with #B8CBFF
Text Example
Text Example
White with #B8CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBFF; }
p { color: rgb(184,203,255); }
H1.HeaderClassName
{
color: #B8CBFF;
}
.AnyTagClassName
{
color: #B8CBFF;
}
</style>
background-color css
<style>
a { background-color: #B8CBFF; }
a { background-color: rgb(184,203,255); }
div.DivClassName
{
background-color: #B8CBFF;
}
.BgClassName
{
background-color: #B8CBFF;
}
</style>
border-color css
<style>
span { border-color: #B8CBFF; }
span { border-color: rgb(184,203,255); }
td.TdClassName
{
border-color: #B8CBFF;
}
.TagClassName
{
border-color: #B8CBFF;
}
</style>