Shades of Tropical Blue #B6C8FF
Tints of Tropical Blue #B6C8FF
RGB
CMYK
RGB Variations
Color information
#B6C8FF (or 0xB6C8FF) is known color: Tropical Blue. HEX triplet: B6, C8 and FF. RGB value is (182,200,255). Sum of RGB (Red+Green+Blue) = 182+200+255=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C8FF is #493700. Grayscale: #C8C8C8. Windows color (decimal): -4798209 or 16763062. OLE color: 16763062.
HSL color Cylindrical-coordinate representation of color #B6C8FF: hue angle of 225.21º 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 #B6C8FF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 200 | 255 | - |
| CMYK | 0.29 | 0.22 | 0 | 0 |
| HSL | 225.21º | 1% | 0.86% | - |
| HSV(B) | 225.21º | 0.29% | 1% | - |
| XYZ | 58 | 58.47 | 102.84 | - |
| YUV | 200.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 200 | 255 | 0.29 | 0.22 | 0 | 0 | 225.21 | 1 | 0.86 |
| Hex | B6 | C8 | FF | 1D | 16 | 0 | 0 | E1 | 64 | 56 |
| Octal | 266 | 310 | 377 | 35 | 26 | 0 | 0 | 341 | 144 | 126 |
| Binary | 10110110 | 11001000 | 11111111 | 11101 | 10110 | 0 | 0 | 11100001 | 1100100 | 1010110 |
Color Harmonies of #B6C8FF
Complementary color
Monochromatic Colors of #B6C8FF
Black with #B6C8FF
Text Example
Text Example
White with #B6C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C8FF; }
p { color: rgb(182,200,255); }
H1.HeaderClassName
{
color: #B6C8FF;
}
.AnyTagClassName
{
color: #B6C8FF;
}
</style>
background-color css
<style>
a { background-color: #B6C8FF; }
a { background-color: rgb(182,200,255); }
div.DivClassName
{
background-color: #B6C8FF;
}
.BgClassName
{
background-color: #B6C8FF;
}
</style>
border-color css
<style>
span { border-color: #B6C8FF; }
span { border-color: rgb(182,200,255); }
td.TdClassName
{
border-color: #B6C8FF;
}
.TagClassName
{
border-color: #B6C8FF;
}
</style>