Shades of Tropical Blue #B5CCFE
Tints of Tropical Blue #B5CCFE
RGB
CMYK
RGB Variations
Color information
#B5CCFE (or 0xB5CCFE) is known color: Tropical Blue. HEX triplet: B5, CC and FE. RGB value is (181,204,254). Sum of RGB (Red+Green+Blue) = 181+204+254=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 204 (80.08% from 255 or 31.92% 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 #B5CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCFE is #4A3301. Grayscale: #CACACA. Windows color (decimal): -4862722 or 16698549. OLE color: 16698549.
HSL color Cylindrical-coordinate representation of color #B5CCFE: hue angle of 221.1º 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 #B5CCFE is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 204 | 254 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.00 |
| HSL | 221.1º | 0.97% | 0.85% | - |
| HSV(B) | 221.1º | 0.29% | 1% | - |
| XYZ | 58.54 | 60.17 | 102.29 | - |
| YUV | 202.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 254 | 0.29 | 0.20 | 0 | 0.00 | 221.1 | 0.97 | 0.85 |
| Hex | B5 | CC | FE | 1D | 14 | 0 | 0 | DD | 61 | 55 |
| Octal | 265 | 314 | 376 | 35 | 24 | 0 | 0 | 335 | 141 | 125 |
| Binary | 10110101 | 11001100 | 11111110 | 11101 | 10100 | 0 | 0 | 11011101 | 1100001 | 1010101 |
Color Harmonies of #B5CCFE
Complementary color
Monochromatic Colors of #B5CCFE
Black with #B5CCFE
Text Example
Text Example
White with #B5CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCFE; }
p { color: rgb(181,204,254); }
H1.HeaderClassName
{
color: #B5CCFE;
}
.AnyTagClassName
{
color: #B5CCFE;
}
</style>
background-color css
<style>
a { background-color: #B5CCFE; }
a { background-color: rgb(181,204,254); }
div.DivClassName
{
background-color: #B5CCFE;
}
.BgClassName
{
background-color: #B5CCFE;
}
</style>
border-color css
<style>
span { border-color: #B5CCFE; }
span { border-color: rgb(181,204,254); }
td.TdClassName
{
border-color: #B5CCFE;
}
.TagClassName
{
border-color: #B5CCFE;
}
</style>