Shades of Tropical Blue #B8CDF1
Tints of Tropical Blue #B8CDF1
RGB
CMYK
RGB Variations
Color information
#B8CDF1 (or 0xB8CDF1) is known color: Tropical Blue. HEX triplet: B8, CD and F1. RGB value is (184,205,241). Sum of RGB (Red+Green+Blue) = 184+205+241=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDF1 is #47320E. Grayscale: #CACACA. Windows color (decimal): -4665871 or 15846840. OLE color: 15846840.
HSL color Cylindrical-coordinate representation of color #B8CDF1: hue angle of 217.89º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8CDF1 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 205 | 241 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.05 |
| HSL | 217.89º | 0.67% | 0.83% | - |
| HSV(B) | 217.89º | 0.24% | 0.95% | - |
| XYZ | 57.48 | 60.2 | 91.81 | - |
| YUV | 202.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 241 | 0.24 | 0.15 | 0 | 0.05 | 217.89 | 0.67 | 0.83 |
| Hex | B8 | CD | F1 | 18 | F | 0 | 5 | DA | 43 | 53 |
| Octal | 270 | 315 | 361 | 30 | 17 | 0 | 5 | 332 | 103 | 123 |
| Binary | 10111000 | 11001101 | 11110001 | 11000 | 1111 | 0 | 101 | 11011010 | 1000011 | 1010011 |
Color Harmonies of #B8CDF1
Complementary color
Monochromatic Colors of #B8CDF1
Black with #B8CDF1
Text Example
Text Example
White with #B8CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDF1; }
p { color: rgb(184,205,241); }
H1.HeaderClassName
{
color: #B8CDF1;
}
.AnyTagClassName
{
color: #B8CDF1;
}
</style>
background-color css
<style>
a { background-color: #B8CDF1; }
a { background-color: rgb(184,205,241); }
div.DivClassName
{
background-color: #B8CDF1;
}
.BgClassName
{
background-color: #B8CDF1;
}
</style>
border-color css
<style>
span { border-color: #B8CDF1; }
span { border-color: rgb(184,205,241); }
td.TdClassName
{
border-color: #B8CDF1;
}
.TagClassName
{
border-color: #B8CDF1;
}
</style>