Shades of Light Blue #B3D5DE
Tints of Light Blue #B3D5DE
RGB
CMYK
RGB Variations
Color information
#B3D5DE (or 0xB3D5DE) is known color: Light Blue. HEX triplet: B3, D5 and DE. RGB value is (179,213,222). Sum of RGB (Red+Green+Blue) = 179+213+222=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3D5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5DE is #4C2A21. Grayscale: #CBCBCB. Windows color (decimal): -4991522 or 14603699. OLE color: 14603699.
HSL color Cylindrical-coordinate representation of color #B3D5DE: hue angle of 192.56º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3D5DE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 213 | 222 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.13 |
| HSL | 192.56º | 0.39% | 0.79% | - |
| HSV(B) | 192.56º | 0.19% | 0.87% | - |
| XYZ | 55.57 | 62.45 | 78.23 | - |
| YUV | 203.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 213 | 222 | 0.19 | 0.04 | 0 | 0.13 | 192.56 | 0.39 | 0.79 |
| Hex | B3 | D5 | DE | 13 | 4 | 0 | D | C1 | 27 | 4F |
| Octal | 263 | 325 | 336 | 23 | 4 | 0 | 15 | 301 | 47 | 117 |
| Binary | 10110011 | 11010101 | 11011110 | 10011 | 100 | 0 | 1101 | 11000001 | 100111 | 1001111 |
Color Harmonies of #B3D5DE
Complementary color
Monochromatic Colors of #B3D5DE
Black with #B3D5DE
Text Example
Text Example
White with #B3D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D5DE; }
p { color: rgb(179,213,222); }
H1.HeaderClassName
{
color: #B3D5DE;
}
.AnyTagClassName
{
color: #B3D5DE;
}
</style>
background-color css
<style>
a { background-color: #B3D5DE; }
a { background-color: rgb(179,213,222); }
div.DivClassName
{
background-color: #B3D5DE;
}
.BgClassName
{
background-color: #B3D5DE;
}
</style>
border-color css
<style>
span { border-color: #B3D5DE; }
span { border-color: rgb(179,213,222); }
td.TdClassName
{
border-color: #B3D5DE;
}
.TagClassName
{
border-color: #B3D5DE;
}
</style>