Shades of Tropical Blue #B6CDE7
Tints of Tropical Blue #B6CDE7
RGB
CMYK
RGB Variations
Color information
#B6CDE7 (or 0xB6CDE7) is known color: Tropical Blue. HEX triplet: B6, CD and E7. RGB value is (182,205,231). Sum of RGB (Red+Green+Blue) = 182+205+231=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #B6CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDE7 is #493218. Grayscale: #C8C8C8. Windows color (decimal): -4796953 or 15191478. OLE color: 15191478.
HSL color Cylindrical-coordinate representation of color #B6CDE7: hue angle of 211.84º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6CDE7 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 205 | 231 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.09 |
| HSL | 211.84º | 0.51% | 0.81% | - |
| HSV(B) | 211.84º | 0.21% | 0.91% | - |
| XYZ | 55.55 | 59.38 | 84.13 | - |
| YUV | 201.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 205 | 231 | 0.21 | 0.11 | 0 | 0.09 | 211.84 | 0.51 | 0.81 |
| Hex | B6 | CD | E7 | 15 | B | 0 | 9 | D4 | 33 | 51 |
| Octal | 266 | 315 | 347 | 25 | 13 | 0 | 11 | 324 | 63 | 121 |
| Binary | 10110110 | 11001101 | 11100111 | 10101 | 1011 | 0 | 1001 | 11010100 | 110011 | 1010001 |
Color Harmonies of #B6CDE7
Complementary color
Monochromatic Colors of #B6CDE7
Black with #B6CDE7
Text Example
Text Example
White with #B6CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDE7; }
p { color: rgb(182,205,231); }
H1.HeaderClassName
{
color: #B6CDE7;
}
.AnyTagClassName
{
color: #B6CDE7;
}
</style>
background-color css
<style>
a { background-color: #B6CDE7; }
a { background-color: rgb(182,205,231); }
div.DivClassName
{
background-color: #B6CDE7;
}
.BgClassName
{
background-color: #B6CDE7;
}
</style>
border-color css
<style>
span { border-color: #B6CDE7; }
span { border-color: rgb(182,205,231); }
td.TdClassName
{
border-color: #B6CDE7;
}
.TagClassName
{
border-color: #B6CDE7;
}
</style>