Shades of Tropical Blue #B8CFEA
Tints of Tropical Blue #B8CFEA
RGB
CMYK
RGB Variations
Color information
#B8CFEA (or 0xB8CFEA) is known color: Tropical Blue. HEX triplet: B8, CF and EA. RGB value is (184,207,234). Sum of RGB (Red+Green+Blue) = 184+207+234=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEA is #473015. Grayscale: #CBCBCB. Windows color (decimal): -4665366 or 15388600. OLE color: 15388600.
HSL color Cylindrical-coordinate representation of color #B8CFEA: hue angle of 212.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8CFEA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 207 | 234 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.08 |
| HSL | 212.4º | 0.54% | 0.82% | - |
| HSV(B) | 212.4º | 0.21% | 0.92% | - |
| XYZ | 56.93 | 60.76 | 86.57 | - |
| YUV | 203.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 234 | 0.21 | 0.12 | 0 | 0.08 | 212.4 | 0.54 | 0.82 |
| Hex | B8 | CF | EA | 15 | C | 0 | 8 | D4 | 36 | 52 |
| Octal | 270 | 317 | 352 | 25 | 14 | 0 | 10 | 324 | 66 | 122 |
| Binary | 10111000 | 11001111 | 11101010 | 10101 | 1100 | 0 | 1000 | 11010100 | 110110 | 1010010 |
Color Harmonies of #B8CFEA
Complementary color
Monochromatic Colors of #B8CFEA
Black with #B8CFEA
Text Example
Text Example
White with #B8CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFEA; }
p { color: rgb(184,207,234); }
H1.HeaderClassName
{
color: #B8CFEA;
}
.AnyTagClassName
{
color: #B8CFEA;
}
</style>
background-color css
<style>
a { background-color: #B8CFEA; }
a { background-color: rgb(184,207,234); }
div.DivClassName
{
background-color: #B8CFEA;
}
.BgClassName
{
background-color: #B8CFEA;
}
</style>
border-color css
<style>
span { border-color: #B8CFEA; }
span { border-color: rgb(184,207,234); }
td.TdClassName
{
border-color: #B8CFEA;
}
.TagClassName
{
border-color: #B8CFEA;
}
</style>