Shades of Tropical Blue #B4CDFE
Tints of Tropical Blue #B4CDFE
RGB
CMYK
RGB Variations
Color information
#B4CDFE (or 0xB4CDFE) is known color: Tropical Blue. HEX triplet: B4, CD and FE. RGB value is (180,205,254). Sum of RGB (Red+Green+Blue) = 180+205+254=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDFE is #4B3201. Grayscale: #CACACA. Windows color (decimal): -4928002 or 16698804. OLE color: 16698804.
HSL color Cylindrical-coordinate representation of color #B4CDFE: hue angle of 219.73º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4CDFE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 205 | 254 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.00 |
| HSL | 219.73º | 0.97% | 0.85% | - |
| HSV(B) | 219.73º | 0.29% | 1% | - |
| XYZ | 58.54 | 60.52 | 102.36 | - |
| YUV | 203.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 254 | 0.29 | 0.19 | 0 | 0.00 | 219.73 | 0.97 | 0.85 |
| Hex | B4 | CD | FE | 1D | 13 | 0 | 0 | DC | 61 | 55 |
| Octal | 264 | 315 | 376 | 35 | 23 | 0 | 0 | 334 | 141 | 125 |
| Binary | 10110100 | 11001101 | 11111110 | 11101 | 10011 | 0 | 0 | 11011100 | 1100001 | 1010101 |
Color Harmonies of #B4CDFE
Complementary color
Monochromatic Colors of #B4CDFE
Black with #B4CDFE
Text Example
Text Example
White with #B4CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDFE; }
p { color: rgb(180,205,254); }
H1.HeaderClassName
{
color: #B4CDFE;
}
.AnyTagClassName
{
color: #B4CDFE;
}
</style>
background-color css
<style>
a { background-color: #B4CDFE; }
a { background-color: rgb(180,205,254); }
div.DivClassName
{
background-color: #B4CDFE;
}
.BgClassName
{
background-color: #B4CDFE;
}
</style>
border-color css
<style>
span { border-color: #B4CDFE; }
span { border-color: rgb(180,205,254); }
td.TdClassName
{
border-color: #B4CDFE;
}
.TagClassName
{
border-color: #B4CDFE;
}
</style>