Shades of Light Blue #B3DBED
Tints of Light Blue #B3DBED
RGB
CMYK
RGB Variations
Color information
#B3DBED (or 0xB3DBED) is known color: Light Blue. HEX triplet: B3, DB and ED. RGB value is (179,219,237). Sum of RGB (Red+Green+Blue) = 179+219+237=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBED is #4C2412. Grayscale: #D0D0D0. Windows color (decimal): -4989971 or 15588275. OLE color: 15588275.
HSL color Cylindrical-coordinate representation of color #B3DBED: hue angle of 198.62º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DBED is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 219 | 237 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.07 |
| HSL | 198.62º | 0.62% | 0.82% | - |
| HSV(B) | 198.62º | 0.24% | 0.93% | - |
| XYZ | 59.21 | 66.36 | 89.81 | - |
| YUV | 209.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 237 | 0.24 | 0.08 | 0 | 0.07 | 198.62 | 0.62 | 0.82 |
| Hex | B3 | DB | ED | 18 | 8 | 0 | 7 | C7 | 3E | 52 |
| Octal | 263 | 333 | 355 | 30 | 10 | 0 | 7 | 307 | 76 | 122 |
| Binary | 10110011 | 11011011 | 11101101 | 11000 | 1000 | 0 | 111 | 11000111 | 111110 | 1010010 |
Color Harmonies of #B3DBED
Complementary color
Monochromatic Colors of #B3DBED
Black with #B3DBED
Text Example
Text Example
White with #B3DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBED; }
p { color: rgb(179,219,237); }
H1.HeaderClassName
{
color: #B3DBED;
}
.AnyTagClassName
{
color: #B3DBED;
}
</style>
background-color css
<style>
a { background-color: #B3DBED; }
a { background-color: rgb(179,219,237); }
div.DivClassName
{
background-color: #B3DBED;
}
.BgClassName
{
background-color: #B3DBED;
}
</style>
border-color css
<style>
span { border-color: #B3DBED; }
span { border-color: rgb(179,219,237); }
td.TdClassName
{
border-color: #B3DBED;
}
.TagClassName
{
border-color: #B3DBED;
}
</style>