Shades of Light Blue #B3DBEB
Tints of Light Blue #B3DBEB
RGB
CMYK
RGB Variations
Color information
#B3DBEB (or 0xB3DBEB) is known color: Light Blue. HEX triplet: B3, DB and EB. RGB value is (179,219,235). Sum of RGB (Red+Green+Blue) = 179+219+235=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBEB is #4C2414. Grayscale: #D0D0D0. Windows color (decimal): -4989973 or 15457203. OLE color: 15457203.
HSL color Cylindrical-coordinate representation of color #B3DBEB: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DBEB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 219 | 235 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.08 |
| HSL | 197.14º | 0.58% | 0.81% | - |
| HSV(B) | 197.14º | 0.24% | 0.92% | - |
| XYZ | 58.92 | 66.24 | 88.28 | - |
| YUV | 208.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 235 | 0.24 | 0.07 | 0 | 0.08 | 197.14 | 0.58 | 0.81 |
| Hex | B3 | DB | EB | 18 | 7 | 0 | 8 | C5 | 3A | 51 |
| Octal | 263 | 333 | 353 | 30 | 7 | 0 | 10 | 305 | 72 | 121 |
| Binary | 10110011 | 11011011 | 11101011 | 11000 | 111 | 0 | 1000 | 11000101 | 111010 | 1010001 |
Color Harmonies of #B3DBEB
Complementary color
Monochromatic Colors of #B3DBEB
Black with #B3DBEB
Text Example
Text Example
White with #B3DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBEB; }
p { color: rgb(179,219,235); }
H1.HeaderClassName
{
color: #B3DBEB;
}
.AnyTagClassName
{
color: #B3DBEB;
}
</style>
background-color css
<style>
a { background-color: #B3DBEB; }
a { background-color: rgb(179,219,235); }
div.DivClassName
{
background-color: #B3DBEB;
}
.BgClassName
{
background-color: #B3DBEB;
}
</style>
border-color css
<style>
span { border-color: #B3DBEB; }
span { border-color: rgb(179,219,235); }
td.TdClassName
{
border-color: #B3DBEB;
}
.TagClassName
{
border-color: #B3DBEB;
}
</style>