Shades of Tropical Blue #B8CBF8
Tints of Tropical Blue #B8CBF8
RGB
CMYK
RGB Variations
Color information
#B8CBF8 (or 0xB8CBF8) is known color: Tropical Blue. HEX triplet: B8, CB and F8. RGB value is (184,203,248). Sum of RGB (Red+Green+Blue) = 184+203+248=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8CBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CBF8 is #473407. Grayscale: #CACACA. Windows color (decimal): -4666376 or 16305080. OLE color: 16305080.
HSL color Cylindrical-coordinate representation of color #B8CBF8: hue angle of 222.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8CBF8 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 203 | 248 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.03 |
| HSL | 222.19º | 0.82% | 0.85% | - |
| HSV(B) | 222.19º | 0.26% | 0.97% | - |
| XYZ | 58.07 | 59.68 | 97.27 | - |
| YUV | 202.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 248 | 0.26 | 0.18 | 0 | 0.03 | 222.19 | 0.82 | 0.85 |
| Hex | B8 | CB | F8 | 1A | 12 | 0 | 3 | DE | 52 | 55 |
| Octal | 270 | 313 | 370 | 32 | 22 | 0 | 3 | 336 | 122 | 125 |
| Binary | 10111000 | 11001011 | 11111000 | 11010 | 10010 | 0 | 11 | 11011110 | 1010010 | 1010101 |
Color Harmonies of #B8CBF8
Complementary color
Monochromatic Colors of #B8CBF8
Black with #B8CBF8
Text Example
Text Example
White with #B8CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBF8; }
p { color: rgb(184,203,248); }
H1.HeaderClassName
{
color: #B8CBF8;
}
.AnyTagClassName
{
color: #B8CBF8;
}
</style>
background-color css
<style>
a { background-color: #B8CBF8; }
a { background-color: rgb(184,203,248); }
div.DivClassName
{
background-color: #B8CBF8;
}
.BgClassName
{
background-color: #B8CBF8;
}
</style>
border-color css
<style>
span { border-color: #B8CBF8; }
span { border-color: rgb(184,203,248); }
td.TdClassName
{
border-color: #B8CBF8;
}
.TagClassName
{
border-color: #B8CBF8;
}
</style>