Shades of Tropical Blue #B8CDFE
Tints of Tropical Blue #B8CDFE
RGB
CMYK
RGB Variations
Color information
#B8CDFE (or 0xB8CDFE) is known color: Tropical Blue. HEX triplet: B8, CD and FE. RGB value is (184,205,254). Sum of RGB (Red+Green+Blue) = 184+205+254=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDFE is #473201. Grayscale: #CCCCCC. Windows color (decimal): -4665858 or 16698808. OLE color: 16698808.
HSL color Cylindrical-coordinate representation of color #B8CDFE: hue angle of 222º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8CDFE is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 205 | 254 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.00 |
| HSL | 222º | 0.97% | 0.86% | - |
| HSV(B) | 222º | 0.28% | 1% | - |
| XYZ | 59.49 | 61.01 | 102.41 | - |
| YUV | 204.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 254 | 0.28 | 0.19 | 0 | 0.00 | 222 | 0.97 | 0.86 |
| Hex | B8 | CD | FE | 1C | 13 | 0 | 0 | DE | 61 | 56 |
| Octal | 270 | 315 | 376 | 34 | 23 | 0 | 0 | 336 | 141 | 126 |
| Binary | 10111000 | 11001101 | 11111110 | 11100 | 10011 | 0 | 0 | 11011110 | 1100001 | 1010110 |
Color Harmonies of #B8CDFE
Complementary color
Monochromatic Colors of #B8CDFE
Black with #B8CDFE
Text Example
Text Example
White with #B8CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDFE; }
p { color: rgb(184,205,254); }
H1.HeaderClassName
{
color: #B8CDFE;
}
.AnyTagClassName
{
color: #B8CDFE;
}
</style>
background-color css
<style>
a { background-color: #B8CDFE; }
a { background-color: rgb(184,205,254); }
div.DivClassName
{
background-color: #B8CDFE;
}
.BgClassName
{
background-color: #B8CDFE;
}
</style>
border-color css
<style>
span { border-color: #B8CDFE; }
span { border-color: rgb(184,205,254); }
td.TdClassName
{
border-color: #B8CDFE;
}
.TagClassName
{
border-color: #B8CDFE;
}
</style>