Shades of Light Blue #B3D3DF
Tints of Light Blue #B3D3DF
RGB
CMYK
RGB Variations
Color information
#B3D3DF (or 0xB3D3DF) is known color: Light Blue. HEX triplet: B3, D3 and DF. RGB value is (179,211,223). Sum of RGB (Red+Green+Blue) = 179+211+223=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3DF is #4C2C20. Grayscale: #CACACA. Windows color (decimal): -4992033 or 14668723. OLE color: 14668723.
HSL color Cylindrical-coordinate representation of color #B3D3DF: hue angle of 196.36º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3D3DF is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 211 | 223 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.13 |
| HSL | 196.36º | 0.41% | 0.79% | - |
| HSV(B) | 196.36º | 0.2% | 0.87% | - |
| XYZ | 55.2 | 61.5 | 78.77 | - |
| YUV | 202.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 211 | 223 | 0.20 | 0.05 | 0 | 0.13 | 196.36 | 0.41 | 0.79 |
| Hex | B3 | D3 | DF | 14 | 5 | 0 | D | C4 | 29 | 4F |
| Octal | 263 | 323 | 337 | 24 | 5 | 0 | 15 | 304 | 51 | 117 |
| Binary | 10110011 | 11010011 | 11011111 | 10100 | 101 | 0 | 1101 | 11000100 | 101001 | 1001111 |
Color Harmonies of #B3D3DF
Complementary color
Monochromatic Colors of #B3D3DF
Black with #B3D3DF
Text Example
Text Example
White with #B3D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D3DF; }
p { color: rgb(179,211,223); }
H1.HeaderClassName
{
color: #B3D3DF;
}
.AnyTagClassName
{
color: #B3D3DF;
}
</style>
background-color css
<style>
a { background-color: #B3D3DF; }
a { background-color: rgb(179,211,223); }
div.DivClassName
{
background-color: #B3D3DF;
}
.BgClassName
{
background-color: #B3D3DF;
}
</style>
border-color css
<style>
span { border-color: #B3D3DF; }
span { border-color: rgb(179,211,223); }
td.TdClassName
{
border-color: #B3D3DF;
}
.TagClassName
{
border-color: #B3D3DF;
}
</style>