Shades of Tropical Blue #B5C6EF
Tints of Tropical Blue #B5C6EF
RGB
CMYK
RGB Variations
Color information
#B5C6EF (or 0xB5C6EF) is known color: Tropical Blue. HEX triplet: B5, C6 and EF. RGB value is (181,198,239). Sum of RGB (Red+Green+Blue) = 181+198+239=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C6EF is #4A3910. Grayscale: #C5C5C5. Windows color (decimal): -4864273 or 15713973. OLE color: 15713973.
HSL color Cylindrical-coordinate representation of color #B5C6EF: hue angle of 222.41º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5C6EF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 198 | 239 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.06 |
| HSL | 222.41º | 0.64% | 0.82% | - |
| HSV(B) | 222.41º | 0.24% | 0.94% | - |
| XYZ | 54.83 | 56.44 | 89.67 | - |
| YUV | 197.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 239 | 0.24 | 0.17 | 0 | 0.06 | 222.41 | 0.64 | 0.82 |
| Hex | B5 | C6 | EF | 18 | 11 | 0 | 6 | DE | 40 | 52 |
| Octal | 265 | 306 | 357 | 30 | 21 | 0 | 6 | 336 | 100 | 122 |
| Binary | 10110101 | 11000110 | 11101111 | 11000 | 10001 | 0 | 110 | 11011110 | 1000000 | 1010010 |
Color Harmonies of #B5C6EF
Complementary color
Monochromatic Colors of #B5C6EF
Black with #B5C6EF
Text Example
Text Example
White with #B5C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6EF; }
p { color: rgb(181,198,239); }
H1.HeaderClassName
{
color: #B5C6EF;
}
.AnyTagClassName
{
color: #B5C6EF;
}
</style>
background-color css
<style>
a { background-color: #B5C6EF; }
a { background-color: rgb(181,198,239); }
div.DivClassName
{
background-color: #B5C6EF;
}
.BgClassName
{
background-color: #B5C6EF;
}
</style>
border-color css
<style>
span { border-color: #B5C6EF; }
span { border-color: rgb(181,198,239); }
td.TdClassName
{
border-color: #B5C6EF;
}
.TagClassName
{
border-color: #B5C6EF;
}
</style>