Shades of Light Blue #B3D0DC
Tints of Light Blue #B3D0DC
RGB
CMYK
RGB Variations
Color information
#B3D0DC (or 0xB3D0DC) is known color: Light Blue. HEX triplet: B3, D0 and DC. RGB value is (179,208,220). Sum of RGB (Red+Green+Blue) = 179+208+220=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D0DC is #4C2F23. Grayscale: #C8C8C8. Windows color (decimal): -4992804 or 14471347. OLE color: 14471347.
HSL color Cylindrical-coordinate representation of color #B3D0DC: hue angle of 197.56º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3D0DC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 208 | 220 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.14 |
| HSL | 197.56º | 0.37% | 0.78% | - |
| HSV(B) | 197.56º | 0.19% | 0.86% | - |
| XYZ | 54.06 | 59.86 | 76.42 | - |
| YUV | 200.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 220 | 0.19 | 0.05 | 0 | 0.14 | 197.56 | 0.37 | 0.78 |
| Hex | B3 | D0 | DC | 13 | 5 | 0 | E | C6 | 25 | 4E |
| Octal | 263 | 320 | 334 | 23 | 5 | 0 | 16 | 306 | 45 | 116 |
| Binary | 10110011 | 11010000 | 11011100 | 10011 | 101 | 0 | 1110 | 11000110 | 100101 | 1001110 |
Color Harmonies of #B3D0DC
Complementary color
Monochromatic Colors of #B3D0DC
Black with #B3D0DC
Text Example
Text Example
White with #B3D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D0DC; }
p { color: rgb(179,208,220); }
H1.HeaderClassName
{
color: #B3D0DC;
}
.AnyTagClassName
{
color: #B3D0DC;
}
</style>
background-color css
<style>
a { background-color: #B3D0DC; }
a { background-color: rgb(179,208,220); }
div.DivClassName
{
background-color: #B3D0DC;
}
.BgClassName
{
background-color: #B3D0DC;
}
</style>
border-color css
<style>
span { border-color: #B3D0DC; }
span { border-color: rgb(179,208,220); }
td.TdClassName
{
border-color: #B3D0DC;
}
.TagClassName
{
border-color: #B3D0DC;
}
</style>