Shades of Light Blue #B6DCEC
Tints of Light Blue #B6DCEC
RGB
CMYK
RGB Variations
Color information
#B6DCEC (or 0xB6DCEC) is known color: Light Blue. HEX triplet: B6, DC and EC. RGB value is (182,220,236). Sum of RGB (Red+Green+Blue) = 182+220+236=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCEC is #492313. Grayscale: #D2D2D2. Windows color (decimal): -4793108 or 15522998. OLE color: 15522998.
HSL color Cylindrical-coordinate representation of color #B6DCEC: hue angle of 197.78º 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 #B6DCEC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 220 | 236 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.07 |
| HSL | 197.78º | 0.59% | 0.82% | - |
| HSV(B) | 197.78º | 0.23% | 0.93% | - |
| XYZ | 60.02 | 67.19 | 89.16 | - |
| YUV | 210.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 236 | 0.23 | 0.07 | 0 | 0.07 | 197.78 | 0.59 | 0.82 |
| Hex | B6 | DC | EC | 17 | 7 | 0 | 7 | C6 | 3B | 52 |
| Octal | 266 | 334 | 354 | 27 | 7 | 0 | 7 | 306 | 73 | 122 |
| Binary | 10110110 | 11011100 | 11101100 | 10111 | 111 | 0 | 111 | 11000110 | 111011 | 1010010 |
Color Harmonies of #B6DCEC
Complementary color
Monochromatic Colors of #B6DCEC
Black with #B6DCEC
Text Example
Text Example
White with #B6DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCEC; }
p { color: rgb(182,220,236); }
H1.HeaderClassName
{
color: #B6DCEC;
}
.AnyTagClassName
{
color: #B6DCEC;
}
</style>
background-color css
<style>
a { background-color: #B6DCEC; }
a { background-color: rgb(182,220,236); }
div.DivClassName
{
background-color: #B6DCEC;
}
.BgClassName
{
background-color: #B6DCEC;
}
</style>
border-color css
<style>
span { border-color: #B6DCEC; }
span { border-color: rgb(182,220,236); }
td.TdClassName
{
border-color: #B6DCEC;
}
.TagClassName
{
border-color: #B6DCEC;
}
</style>