Shades of Tropical Blue #B8CFEE
Tints of Tropical Blue #B8CFEE
RGB
CMYK
RGB Variations
Color information
#B8CFEE (or 0xB8CFEE) is known color: Tropical Blue. HEX triplet: B8, CF and EE. RGB value is (184,207,238). Sum of RGB (Red+Green+Blue) = 184+207+238=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEE is #473011. Grayscale: #CBCBCB. Windows color (decimal): -4665362 or 15650744. OLE color: 15650744.
HSL color Cylindrical-coordinate representation of color #B8CFEE: hue angle of 214.44º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8CFEE is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 207 | 238 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.07 |
| HSL | 214.44º | 0.61% | 0.83% | - |
| HSV(B) | 214.44º | 0.23% | 0.93% | - |
| XYZ | 57.51 | 60.99 | 89.63 | - |
| YUV | 203.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 238 | 0.23 | 0.13 | 0 | 0.07 | 214.44 | 0.61 | 0.83 |
| Hex | B8 | CF | EE | 17 | D | 0 | 7 | D6 | 3D | 53 |
| Octal | 270 | 317 | 356 | 27 | 15 | 0 | 7 | 326 | 75 | 123 |
| Binary | 10111000 | 11001111 | 11101110 | 10111 | 1101 | 0 | 111 | 11010110 | 111101 | 1010011 |
Color Harmonies of #B8CFEE
Complementary color
Monochromatic Colors of #B8CFEE
Black with #B8CFEE
Text Example
Text Example
White with #B8CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFEE; }
p { color: rgb(184,207,238); }
H1.HeaderClassName
{
color: #B8CFEE;
}
.AnyTagClassName
{
color: #B8CFEE;
}
</style>
background-color css
<style>
a { background-color: #B8CFEE; }
a { background-color: rgb(184,207,238); }
div.DivClassName
{
background-color: #B8CFEE;
}
.BgClassName
{
background-color: #B8CFEE;
}
</style>
border-color css
<style>
span { border-color: #B8CFEE; }
span { border-color: rgb(184,207,238); }
td.TdClassName
{
border-color: #B8CFEE;
}
.TagClassName
{
border-color: #B8CFEE;
}
</style>