Shades of Light Blue #B3DCED
Tints of Light Blue #B3DCED
RGB
CMYK
RGB Variations
Color information
#B3DCED (or 0xB3DCED) is known color: Light Blue. HEX triplet: B3, DC and ED. RGB value is (179,220,237). Sum of RGB (Red+Green+Blue) = 179+220+237=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCED is #4C2312. Grayscale: #D1D1D1. Windows color (decimal): -4989715 or 15588531. OLE color: 15588531.
HSL color Cylindrical-coordinate representation of color #B3DCED: hue angle of 197.59º 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 #B3DCED is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 220 | 237 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.07 |
| HSL | 197.59º | 0.62% | 0.82% | - |
| HSV(B) | 197.59º | 0.24% | 0.93% | - |
| XYZ | 59.47 | 66.88 | 89.9 | - |
| YUV | 209.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 237 | 0.24 | 0.07 | 0 | 0.07 | 197.59 | 0.62 | 0.82 |
| Hex | B3 | DC | ED | 18 | 7 | 0 | 7 | C6 | 3E | 52 |
| Octal | 263 | 334 | 355 | 30 | 7 | 0 | 7 | 306 | 76 | 122 |
| Binary | 10110011 | 11011100 | 11101101 | 11000 | 111 | 0 | 111 | 11000110 | 111110 | 1010010 |
Color Harmonies of #B3DCED
Complementary color
Monochromatic Colors of #B3DCED
Black with #B3DCED
Text Example
Text Example
White with #B3DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCED; }
p { color: rgb(179,220,237); }
H1.HeaderClassName
{
color: #B3DCED;
}
.AnyTagClassName
{
color: #B3DCED;
}
</style>
background-color css
<style>
a { background-color: #B3DCED; }
a { background-color: rgb(179,220,237); }
div.DivClassName
{
background-color: #B3DCED;
}
.BgClassName
{
background-color: #B3DCED;
}
</style>
border-color css
<style>
span { border-color: #B3DCED; }
span { border-color: rgb(179,220,237); }
td.TdClassName
{
border-color: #B3DCED;
}
.TagClassName
{
border-color: #B3DCED;
}
</style>