Shades of Tropical Blue #B8CFEB
Tints of Tropical Blue #B8CFEB
RGB
CMYK
RGB Variations
Color information
#B8CFEB (or 0xB8CFEB) is known color: Tropical Blue. HEX triplet: B8, CF and EB. RGB value is (184,207,235). Sum of RGB (Red+Green+Blue) = 184+207+235=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEB is #473014. Grayscale: #CBCBCB. Windows color (decimal): -4665365 or 15454136. OLE color: 15454136.
HSL color Cylindrical-coordinate representation of color #B8CFEB: hue angle of 212.94º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8CFEB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 207 | 235 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.08 |
| HSL | 212.94º | 0.56% | 0.82% | - |
| HSV(B) | 212.94º | 0.22% | 0.92% | - |
| XYZ | 57.08 | 60.81 | 87.33 | - |
| YUV | 203.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 235 | 0.22 | 0.12 | 0 | 0.08 | 212.94 | 0.56 | 0.82 |
| Hex | B8 | CF | EB | 16 | C | 0 | 8 | D5 | 38 | 52 |
| Octal | 270 | 317 | 353 | 26 | 14 | 0 | 10 | 325 | 70 | 122 |
| Binary | 10111000 | 11001111 | 11101011 | 10110 | 1100 | 0 | 1000 | 11010101 | 111000 | 1010010 |
Color Harmonies of #B8CFEB
Complementary color
Monochromatic Colors of #B8CFEB
Black with #B8CFEB
Text Example
Text Example
White with #B8CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFEB; }
p { color: rgb(184,207,235); }
H1.HeaderClassName
{
color: #B8CFEB;
}
.AnyTagClassName
{
color: #B8CFEB;
}
</style>
background-color css
<style>
a { background-color: #B8CFEB; }
a { background-color: rgb(184,207,235); }
div.DivClassName
{
background-color: #B8CFEB;
}
.BgClassName
{
background-color: #B8CFEB;
}
</style>
border-color css
<style>
span { border-color: #B8CFEB; }
span { border-color: rgb(184,207,235); }
td.TdClassName
{
border-color: #B8CFEB;
}
.TagClassName
{
border-color: #B8CFEB;
}
</style>