Shades of Tropical Blue #B8CBEF
Tints of Tropical Blue #B8CBEF
RGB
CMYK
RGB Variations
Color information
#B8CBEF (or 0xB8CBEF) is known color: Tropical Blue. HEX triplet: B8, CB and EF. RGB value is (184,203,239). Sum of RGB (Red+Green+Blue) = 184+203+239=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CBEF is #473410. Grayscale: #C9C9C9. Windows color (decimal): -4666385 or 15715256. OLE color: 15715256.
HSL color Cylindrical-coordinate representation of color #B8CBEF: hue angle of 219.27º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8CBEF is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 203 | 239 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.06 |
| HSL | 219.27º | 0.63% | 0.83% | - |
| HSV(B) | 219.27º | 0.23% | 0.94% | - |
| XYZ | 56.7 | 59.13 | 90.09 | - |
| YUV | 201.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 239 | 0.23 | 0.15 | 0 | 0.06 | 219.27 | 0.63 | 0.83 |
| Hex | B8 | CB | EF | 17 | F | 0 | 6 | DB | 3F | 53 |
| Octal | 270 | 313 | 357 | 27 | 17 | 0 | 6 | 333 | 77 | 123 |
| Binary | 10111000 | 11001011 | 11101111 | 10111 | 1111 | 0 | 110 | 11011011 | 111111 | 1010011 |
Color Harmonies of #B8CBEF
Complementary color
Monochromatic Colors of #B8CBEF
Black with #B8CBEF
Text Example
Text Example
White with #B8CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBEF; }
p { color: rgb(184,203,239); }
H1.HeaderClassName
{
color: #B8CBEF;
}
.AnyTagClassName
{
color: #B8CBEF;
}
</style>
background-color css
<style>
a { background-color: #B8CBEF; }
a { background-color: rgb(184,203,239); }
div.DivClassName
{
background-color: #B8CBEF;
}
.BgClassName
{
background-color: #B8CBEF;
}
</style>
border-color css
<style>
span { border-color: #B8CBEF; }
span { border-color: rgb(184,203,239); }
td.TdClassName
{
border-color: #B8CBEF;
}
.TagClassName
{
border-color: #B8CBEF;
}
</style>