Shades of Tropical Blue #B6CEFF
Tints of Tropical Blue #B6CEFF
RGB
CMYK
RGB Variations
Color information
#B6CEFF (or 0xB6CEFF) is known color: Tropical Blue. HEX triplet: B6, CE and FF. RGB value is (182,206,255). Sum of RGB (Red+Green+Blue) = 182+206+255=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CEFF is #493100. Grayscale: #CCCCCC. Windows color (decimal): -4796673 or 16764598. OLE color: 16764598.
HSL color Cylindrical-coordinate representation of color #B6CEFF: hue angle of 220.27º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6CEFF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 206 | 255 | - |
| CMYK | 0.29 | 0.19 | 0 | 0 |
| HSL | 220.27º | 1% | 0.86% | - |
| HSV(B) | 220.27º | 0.29% | 1% | - |
| XYZ | 59.41 | 61.31 | 103.31 | - |
| YUV | 204.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 255 | 0.29 | 0.19 | 0 | 0 | 220.27 | 1 | 0.86 |
| Hex | B6 | CE | FF | 1D | 13 | 0 | 0 | DC | 64 | 56 |
| Octal | 266 | 316 | 377 | 35 | 23 | 0 | 0 | 334 | 144 | 126 |
| Binary | 10110110 | 11001110 | 11111111 | 11101 | 10011 | 0 | 0 | 11011100 | 1100100 | 1010110 |
Color Harmonies of #B6CEFF
Complementary color
Monochromatic Colors of #B6CEFF
Black with #B6CEFF
Text Example
Text Example
White with #B6CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CEFF; }
p { color: rgb(182,206,255); }
H1.HeaderClassName
{
color: #B6CEFF;
}
.AnyTagClassName
{
color: #B6CEFF;
}
</style>
background-color css
<style>
a { background-color: #B6CEFF; }
a { background-color: rgb(182,206,255); }
div.DivClassName
{
background-color: #B6CEFF;
}
.BgClassName
{
background-color: #B6CEFF;
}
</style>
border-color css
<style>
span { border-color: #B6CEFF; }
span { border-color: rgb(182,206,255); }
td.TdClassName
{
border-color: #B6CEFF;
}
.TagClassName
{
border-color: #B6CEFF;
}
</style>