Shades of Tropical Blue #B8CFEF
Tints of Tropical Blue #B8CFEF
RGB
CMYK
RGB Variations
Color information
#B8CFEF (or 0xB8CFEF) is known color: Tropical Blue. HEX triplet: B8, CF and EF. RGB value is (184,207,239). Sum of RGB (Red+Green+Blue) = 184+207+239=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEF is #473010. Grayscale: #CBCBCB. Windows color (decimal): -4665361 or 15716280. OLE color: 15716280.
HSL color Cylindrical-coordinate representation of color #B8CFEF: hue angle of 214.91º 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 #B8CFEF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 207 | 239 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.06 |
| HSL | 214.91º | 0.63% | 0.83% | - |
| HSV(B) | 214.91º | 0.23% | 0.94% | - |
| XYZ | 57.66 | 61.05 | 90.41 | - |
| YUV | 203.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 239 | 0.23 | 0.13 | 0 | 0.06 | 214.91 | 0.63 | 0.83 |
| Hex | B8 | CF | EF | 17 | D | 0 | 6 | D7 | 3F | 53 |
| Octal | 270 | 317 | 357 | 27 | 15 | 0 | 6 | 327 | 77 | 123 |
| Binary | 10111000 | 11001111 | 11101111 | 10111 | 1101 | 0 | 110 | 11010111 | 111111 | 1010011 |
Color Harmonies of #B8CFEF
Complementary color
Monochromatic Colors of #B8CFEF
Black with #B8CFEF
Text Example
Text Example
White with #B8CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFEF; }
p { color: rgb(184,207,239); }
H1.HeaderClassName
{
color: #B8CFEF;
}
.AnyTagClassName
{
color: #B8CFEF;
}
</style>
background-color css
<style>
a { background-color: #B8CFEF; }
a { background-color: rgb(184,207,239); }
div.DivClassName
{
background-color: #B8CFEF;
}
.BgClassName
{
background-color: #B8CFEF;
}
</style>
border-color css
<style>
span { border-color: #B8CFEF; }
span { border-color: rgb(184,207,239); }
td.TdClassName
{
border-color: #B8CFEF;
}
.TagClassName
{
border-color: #B8CFEF;
}
</style>