Shades of Light Blue #B3D6E0
Tints of Light Blue #B3D6E0
RGB
CMYK
RGB Variations
Color information
#B3D6E0 (or 0xB3D6E0) is known color: Light Blue. HEX triplet: B3, D6 and E0. RGB value is (179,214,224). Sum of RGB (Red+Green+Blue) = 179+214+224=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #B3D6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6E0 is #4C291F. Grayscale: #CCCCCC. Windows color (decimal): -4991264 or 14735027. OLE color: 14735027.
HSL color Cylindrical-coordinate representation of color #B3D6E0: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3D6E0 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 214 | 224 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.12 |
| HSL | 193.33º | 0.42% | 0.79% | - |
| HSV(B) | 193.33º | 0.2% | 0.88% | - |
| XYZ | 56.09 | 63.06 | 79.74 | - |
| YUV | 204.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 224 | 0.20 | 0.04 | 0 | 0.12 | 193.33 | 0.42 | 0.79 |
| Hex | B3 | D6 | E0 | 14 | 4 | 0 | C | C1 | 2A | 4F |
| Octal | 263 | 326 | 340 | 24 | 4 | 0 | 14 | 301 | 52 | 117 |
| Binary | 10110011 | 11010110 | 11100000 | 10100 | 100 | 0 | 1100 | 11000001 | 101010 | 1001111 |
Color Harmonies of #B3D6E0
Complementary color
Monochromatic Colors of #B3D6E0
Black with #B3D6E0
Text Example
Text Example
White with #B3D6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D6E0; }
p { color: rgb(179,214,224); }
H1.HeaderClassName
{
color: #B3D6E0;
}
.AnyTagClassName
{
color: #B3D6E0;
}
</style>
background-color css
<style>
a { background-color: #B3D6E0; }
a { background-color: rgb(179,214,224); }
div.DivClassName
{
background-color: #B3D6E0;
}
.BgClassName
{
background-color: #B3D6E0;
}
</style>
border-color css
<style>
span { border-color: #B3D6E0; }
span { border-color: rgb(179,214,224); }
td.TdClassName
{
border-color: #B3D6E0;
}
.TagClassName
{
border-color: #B3D6E0;
}
</style>