Shades of Light Blue #B3DCEC
Tints of Light Blue #B3DCEC
RGB
CMYK
RGB Variations
Color information
#B3DCEC (or 0xB3DCEC) is known color: Light Blue. HEX triplet: B3, DC and EC. RGB value is (179,220,236). Sum of RGB (Red+Green+Blue) = 179+220+236=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCEC is #4C2313. Grayscale: #D1D1D1. Windows color (decimal): -4989716 or 15522995. OLE color: 15522995.
HSL color Cylindrical-coordinate representation of color #B3DCEC: hue angle of 196.84º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DCEC is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 220 | 236 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.07 |
| HSL | 196.84º | 0.6% | 0.81% | - |
| HSV(B) | 196.84º | 0.24% | 0.93% | - |
| XYZ | 59.32 | 66.83 | 89.13 | - |
| YUV | 209.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 236 | 0.24 | 0.07 | 0 | 0.07 | 196.84 | 0.6 | 0.81 |
| Hex | B3 | DC | EC | 18 | 7 | 0 | 7 | C5 | 3C | 51 |
| Octal | 263 | 334 | 354 | 30 | 7 | 0 | 7 | 305 | 74 | 121 |
| Binary | 10110011 | 11011100 | 11101100 | 11000 | 111 | 0 | 111 | 11000101 | 111100 | 1010001 |
Color Harmonies of #B3DCEC
Complementary color
Monochromatic Colors of #B3DCEC
Black with #B3DCEC
Text Example
Text Example
White with #B3DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCEC; }
p { color: rgb(179,220,236); }
H1.HeaderClassName
{
color: #B3DCEC;
}
.AnyTagClassName
{
color: #B3DCEC;
}
</style>
background-color css
<style>
a { background-color: #B3DCEC; }
a { background-color: rgb(179,220,236); }
div.DivClassName
{
background-color: #B3DCEC;
}
.BgClassName
{
background-color: #B3DCEC;
}
</style>
border-color css
<style>
span { border-color: #B3DCEC; }
span { border-color: rgb(179,220,236); }
td.TdClassName
{
border-color: #B3DCEC;
}
.TagClassName
{
border-color: #B3DCEC;
}
</style>