Shades of Light Blue #B6D8EC
Tints of Light Blue #B6D8EC
RGB
CMYK
RGB Variations
Color information
#B6D8EC (or 0xB6D8EC) is known color: Light Blue. HEX triplet: B6, D8 and EC. RGB value is (182,216,236). Sum of RGB (Red+Green+Blue) = 182+216+236=634 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.71% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D8EC is #492713. Grayscale: #D0D0D0. Windows color (decimal): -4794132 or 15521974. OLE color: 15521974.
HSL color Cylindrical-coordinate representation of color #B6D8EC: hue angle of 202.22º degrees, saturation: 0.59, 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 #B6D8EC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 216 | 236 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.07 |
| HSL | 202.22º | 0.59% | 0.82% | - |
| HSV(B) | 202.22º | 0.23% | 0.93% | - |
| XYZ | 58.99 | 65.11 | 88.82 | - |
| YUV | 208.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 236 | 0.23 | 0.08 | 0 | 0.07 | 202.22 | 0.59 | 0.82 |
| Hex | B6 | D8 | EC | 17 | 8 | 0 | 7 | CA | 3B | 52 |
| Octal | 266 | 330 | 354 | 27 | 10 | 0 | 7 | 312 | 73 | 122 |
| Binary | 10110110 | 11011000 | 11101100 | 10111 | 1000 | 0 | 111 | 11001010 | 111011 | 1010010 |
Color Harmonies of #B6D8EC
Complementary color
Monochromatic Colors of #B6D8EC
Black with #B6D8EC
Text Example
Text Example
White with #B6D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D8EC; }
p { color: rgb(182,216,236); }
H1.HeaderClassName
{
color: #B6D8EC;
}
.AnyTagClassName
{
color: #B6D8EC;
}
</style>
background-color css
<style>
a { background-color: #B6D8EC; }
a { background-color: rgb(182,216,236); }
div.DivClassName
{
background-color: #B6D8EC;
}
.BgClassName
{
background-color: #B6D8EC;
}
</style>
border-color css
<style>
span { border-color: #B6D8EC; }
span { border-color: rgb(182,216,236); }
td.TdClassName
{
border-color: #B6D8EC;
}
.TagClassName
{
border-color: #B6D8EC;
}
</style>