Shades of Tropical Blue #B5C6EE
Tints of Tropical Blue #B5C6EE
RGB
CMYK
RGB Variations
Color information
#B5C6EE (or 0xB5C6EE) is known color: Tropical Blue. HEX triplet: B5, C6 and EE. RGB value is (181,198,238). Sum of RGB (Red+Green+Blue) = 181+198+238=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5C6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C6EE is #4A3911. Grayscale: #C5C5C5. Windows color (decimal): -4864274 or 15648437. OLE color: 15648437.
HSL color Cylindrical-coordinate representation of color #B5C6EE: hue angle of 222.11º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5C6EE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 198 | 238 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.07 |
| HSL | 222.11º | 0.63% | 0.82% | - |
| HSV(B) | 222.11º | 0.24% | 0.93% | - |
| XYZ | 54.68 | 56.38 | 88.89 | - |
| YUV | 197.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 238 | 0.24 | 0.17 | 0 | 0.07 | 222.11 | 0.63 | 0.82 |
| Hex | B5 | C6 | EE | 18 | 11 | 0 | 7 | DE | 3F | 52 |
| Octal | 265 | 306 | 356 | 30 | 21 | 0 | 7 | 336 | 77 | 122 |
| Binary | 10110101 | 11000110 | 11101110 | 11000 | 10001 | 0 | 111 | 11011110 | 111111 | 1010010 |
Color Harmonies of #B5C6EE
Complementary color
Monochromatic Colors of #B5C6EE
Black with #B5C6EE
Text Example
Text Example
White with #B5C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6EE; }
p { color: rgb(181,198,238); }
H1.HeaderClassName
{
color: #B5C6EE;
}
.AnyTagClassName
{
color: #B5C6EE;
}
</style>
background-color css
<style>
a { background-color: #B5C6EE; }
a { background-color: rgb(181,198,238); }
div.DivClassName
{
background-color: #B5C6EE;
}
.BgClassName
{
background-color: #B5C6EE;
}
</style>
border-color css
<style>
span { border-color: #B5C6EE; }
span { border-color: rgb(181,198,238); }
td.TdClassName
{
border-color: #B5C6EE;
}
.TagClassName
{
border-color: #B5C6EE;
}
</style>