Shades of Tropical Blue #B8CFFD
Tints of Tropical Blue #B8CFFD
RGB
CMYK
RGB Variations
Color information
#B8CFFD (or 0xB8CFFD) is known color: Tropical Blue. HEX triplet: B8, CF and FD. RGB value is (184,207,253). Sum of RGB (Red+Green+Blue) = 184+207+253=644 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.57% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFFD is #473002. Grayscale: #CDCDCD. Windows color (decimal): -4665347 or 16633784. OLE color: 16633784.
HSL color Cylindrical-coordinate representation of color #B8CFFD: hue angle of 220º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8CFFD is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 207 | 253 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.01 |
| HSL | 220º | 0.95% | 0.86% | - |
| HSV(B) | 220º | 0.27% | 0.99% | - |
| XYZ | 59.81 | 61.91 | 101.73 | - |
| YUV | 205.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 253 | 0.27 | 0.18 | 0 | 0.01 | 220 | 0.95 | 0.86 |
| Hex | B8 | CF | FD | 1B | 12 | 0 | 1 | DC | 5F | 56 |
| Octal | 270 | 317 | 375 | 33 | 22 | 0 | 1 | 334 | 137 | 126 |
| Binary | 10111000 | 11001111 | 11111101 | 11011 | 10010 | 0 | 1 | 11011100 | 1011111 | 1010110 |
Color Harmonies of #B8CFFD
Complementary color
Monochromatic Colors of #B8CFFD
Black with #B8CFFD
Text Example
Text Example
White with #B8CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFFD; }
p { color: rgb(184,207,253); }
H1.HeaderClassName
{
color: #B8CFFD;
}
.AnyTagClassName
{
color: #B8CFFD;
}
</style>
background-color css
<style>
a { background-color: #B8CFFD; }
a { background-color: rgb(184,207,253); }
div.DivClassName
{
background-color: #B8CFFD;
}
.BgClassName
{
background-color: #B8CFFD;
}
</style>
border-color css
<style>
span { border-color: #B8CFFD; }
span { border-color: rgb(184,207,253); }
td.TdClassName
{
border-color: #B8CFFD;
}
.TagClassName
{
border-color: #B8CFFD;
}
</style>