Shades of Tropical Blue #B8CFE6
Tints of Tropical Blue #B8CFE6
RGB
CMYK
RGB Variations
Color information
#B8CFE6 (or 0xB8CFE6) is known color: Tropical Blue. HEX triplet: B8, CF and E6. RGB value is (184,207,230). Sum of RGB (Red+Green+Blue) = 184+207+230=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #B8CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFE6 is #473019. Grayscale: #CACACA. Windows color (decimal): -4665370 or 15126456. OLE color: 15126456.
HSL color Cylindrical-coordinate representation of color #B8CFE6: hue angle of 210º 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 #B8CFE6 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 207 | 230 | - |
| CMYK | 0.2 | 0.10 | 0 | 0.10 |
| HSL | 210º | 0.48% | 0.81% | - |
| HSV(B) | 210º | 0.2% | 0.9% | - |
| XYZ | 56.36 | 60.53 | 83.58 | - |
| YUV | 202.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 230 | 0.2 | 0.10 | 0 | 0.10 | 210 | 0.48 | 0.81 |
| Hex | B8 | CF | E6 | 14 | A | 0 | A | D2 | 30 | 51 |
| Octal | 270 | 317 | 346 | 24 | 12 | 0 | 12 | 322 | 60 | 121 |
| Binary | 10111000 | 11001111 | 11100110 | 10100 | 1010 | 0 | 1010 | 11010010 | 110000 | 1010001 |
Color Harmonies of #B8CFE6
Complementary color
Monochromatic Colors of #B8CFE6
Black with #B8CFE6
Text Example
Text Example
White with #B8CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFE6; }
p { color: rgb(184,207,230); }
H1.HeaderClassName
{
color: #B8CFE6;
}
.AnyTagClassName
{
color: #B8CFE6;
}
</style>
background-color css
<style>
a { background-color: #B8CFE6; }
a { background-color: rgb(184,207,230); }
div.DivClassName
{
background-color: #B8CFE6;
}
.BgClassName
{
background-color: #B8CFE6;
}
</style>
border-color css
<style>
span { border-color: #B8CFE6; }
span { border-color: rgb(184,207,230); }
td.TdClassName
{
border-color: #B8CFE6;
}
.TagClassName
{
border-color: #B8CFE6;
}
</style>