Shades of Tropical Blue #B8CDF6
Tints of Tropical Blue #B8CDF6
RGB
CMYK
RGB Variations
Color information
#B8CDF6 (or 0xB8CDF6) is known color: Tropical Blue. HEX triplet: B8, CD and F6. RGB value is (184,205,246). Sum of RGB (Red+Green+Blue) = 184+205+246=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #B8CDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDF6 is #473209. Grayscale: #CBCBCB. Windows color (decimal): -4665866 or 16174520. OLE color: 16174520.
HSL color Cylindrical-coordinate representation of color #B8CDF6: hue angle of 219.68º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8CDF6 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 205 | 246 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.04 |
| HSL | 219.68º | 0.78% | 0.84% | - |
| HSV(B) | 219.68º | 0.25% | 0.96% | - |
| XYZ | 58.23 | 60.51 | 95.8 | - |
| YUV | 203.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 246 | 0.25 | 0.17 | 0 | 0.04 | 219.68 | 0.78 | 0.84 |
| Hex | B8 | CD | F6 | 19 | 11 | 0 | 4 | DC | 4E | 54 |
| Octal | 270 | 315 | 366 | 31 | 21 | 0 | 4 | 334 | 116 | 124 |
| Binary | 10111000 | 11001101 | 11110110 | 11001 | 10001 | 0 | 100 | 11011100 | 1001110 | 1010100 |
Color Harmonies of #B8CDF6
Complementary color
Monochromatic Colors of #B8CDF6
Black with #B8CDF6
Text Example
Text Example
White with #B8CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDF6; }
p { color: rgb(184,205,246); }
H1.HeaderClassName
{
color: #B8CDF6;
}
.AnyTagClassName
{
color: #B8CDF6;
}
</style>
background-color css
<style>
a { background-color: #B8CDF6; }
a { background-color: rgb(184,205,246); }
div.DivClassName
{
background-color: #B8CDF6;
}
.BgClassName
{
background-color: #B8CDF6;
}
</style>
border-color css
<style>
span { border-color: #B8CDF6; }
span { border-color: rgb(184,205,246); }
td.TdClassName
{
border-color: #B8CDF6;
}
.TagClassName
{
border-color: #B8CDF6;
}
</style>