Shades of Tropical Blue #B8CEE6
Tints of Tropical Blue #B8CEE6
RGB
CMYK
RGB Variations
Color information
#B8CEE6 (or 0xB8CEE6) is known color: Tropical Blue. HEX triplet: B8, CE and E6. RGB value is (184,206,230). Sum of RGB (Red+Green+Blue) = 184+206+230=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #B8CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CEE6 is #473119. Grayscale: #CACACA. Windows color (decimal): -4665626 or 15126200. OLE color: 15126200.
HSL color Cylindrical-coordinate representation of color #B8CEE6: hue angle of 211.3º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8CEE6 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 206 | 230 | - |
| CMYK | 0.2 | 0.10 | 0 | 0.10 |
| HSL | 211.3º | 0.48% | 0.81% | - |
| HSV(B) | 211.3º | 0.2% | 0.9% | - |
| XYZ | 56.12 | 60.05 | 83.5 | - |
| YUV | 202.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 230 | 0.2 | 0.10 | 0 | 0.10 | 211.3 | 0.48 | 0.81 |
| Hex | B8 | CE | E6 | 14 | A | 0 | A | D3 | 30 | 51 |
| Octal | 270 | 316 | 346 | 24 | 12 | 0 | 12 | 323 | 60 | 121 |
| Binary | 10111000 | 11001110 | 11100110 | 10100 | 1010 | 0 | 1010 | 11010011 | 110000 | 1010001 |
Color Harmonies of #B8CEE6
Complementary color
Monochromatic Colors of #B8CEE6
Black with #B8CEE6
Text Example
Text Example
White with #B8CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CEE6; }
p { color: rgb(184,206,230); }
H1.HeaderClassName
{
color: #B8CEE6;
}
.AnyTagClassName
{
color: #B8CEE6;
}
</style>
background-color css
<style>
a { background-color: #B8CEE6; }
a { background-color: rgb(184,206,230); }
div.DivClassName
{
background-color: #B8CEE6;
}
.BgClassName
{
background-color: #B8CEE6;
}
</style>
border-color css
<style>
span { border-color: #B8CEE6; }
span { border-color: rgb(184,206,230); }
td.TdClassName
{
border-color: #B8CEE6;
}
.TagClassName
{
border-color: #B8CEE6;
}
</style>