Shades of Tropical Blue #B6C6ED
Tints of Tropical Blue #B6C6ED
RGB
CMYK
RGB Variations
Color information
#B6C6ED (or 0xB6C6ED) is known color: Tropical Blue. HEX triplet: B6, C6 and ED. RGB value is (182,198,237). Sum of RGB (Red+Green+Blue) = 182+198+237=617 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.50% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6C6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C6ED is #493912. Grayscale: #C5C5C5. Windows color (decimal): -4798739 or 15582902. OLE color: 15582902.
HSL color Cylindrical-coordinate representation of color #B6C6ED: hue angle of 222.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C6ED is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 198 | 237 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.07 |
| HSL | 222.55º | 0.6% | 0.82% | - |
| HSV(B) | 222.55º | 0.23% | 0.93% | - |
| XYZ | 54.77 | 56.45 | 88.13 | - |
| YUV | 197.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 237 | 0.23 | 0.16 | 0 | 0.07 | 222.55 | 0.6 | 0.82 |
| Hex | B6 | C6 | ED | 17 | 10 | 0 | 7 | DF | 3C | 52 |
| Octal | 266 | 306 | 355 | 27 | 20 | 0 | 7 | 337 | 74 | 122 |
| Binary | 10110110 | 11000110 | 11101101 | 10111 | 10000 | 0 | 111 | 11011111 | 111100 | 1010010 |
Color Harmonies of #B6C6ED
Complementary color
Monochromatic Colors of #B6C6ED
Black with #B6C6ED
Text Example
Text Example
White with #B6C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C6ED; }
p { color: rgb(182,198,237); }
H1.HeaderClassName
{
color: #B6C6ED;
}
.AnyTagClassName
{
color: #B6C6ED;
}
</style>
background-color css
<style>
a { background-color: #B6C6ED; }
a { background-color: rgb(182,198,237); }
div.DivClassName
{
background-color: #B6C6ED;
}
.BgClassName
{
background-color: #B6C6ED;
}
</style>
border-color css
<style>
span { border-color: #B6C6ED; }
span { border-color: rgb(182,198,237); }
td.TdClassName
{
border-color: #B6C6ED;
}
.TagClassName
{
border-color: #B6C6ED;
}
</style>