Shades of Light Blue #B3D0DD
Tints of Light Blue #B3D0DD
RGB
CMYK
RGB Variations
Color information
#B3D0DD (or 0xB3D0DD) is known color: Light Blue. HEX triplet: B3, D0 and DD. RGB value is (179,208,221). Sum of RGB (Red+Green+Blue) = 179+208+221=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D0DD is #4C2F22. Grayscale: #C8C8C8. Windows color (decimal): -4992803 or 14536883. OLE color: 14536883.
HSL color Cylindrical-coordinate representation of color #B3D0DD: hue angle of 198.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3D0DD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 208 | 221 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.13 |
| HSL | 198.57º | 0.38% | 0.78% | - |
| HSV(B) | 198.57º | 0.19% | 0.87% | - |
| XYZ | 54.2 | 59.92 | 77.12 | - |
| YUV | 200.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 221 | 0.19 | 0.06 | 0 | 0.13 | 198.57 | 0.38 | 0.78 |
| Hex | B3 | D0 | DD | 13 | 6 | 0 | D | C7 | 26 | 4E |
| Octal | 263 | 320 | 335 | 23 | 6 | 0 | 15 | 307 | 46 | 116 |
| Binary | 10110011 | 11010000 | 11011101 | 10011 | 110 | 0 | 1101 | 11000111 | 100110 | 1001110 |
Color Harmonies of #B3D0DD
Complementary color
Monochromatic Colors of #B3D0DD
Black with #B3D0DD
Text Example
Text Example
White with #B3D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D0DD; }
p { color: rgb(179,208,221); }
H1.HeaderClassName
{
color: #B3D0DD;
}
.AnyTagClassName
{
color: #B3D0DD;
}
</style>
background-color css
<style>
a { background-color: #B3D0DD; }
a { background-color: rgb(179,208,221); }
div.DivClassName
{
background-color: #B3D0DD;
}
.BgClassName
{
background-color: #B3D0DD;
}
</style>
border-color css
<style>
span { border-color: #B3D0DD; }
span { border-color: rgb(179,208,221); }
td.TdClassName
{
border-color: #B3D0DD;
}
.TagClassName
{
border-color: #B3D0DD;
}
</style>