Shades of Light Blue #B0D9EE
Tints of Light Blue #B0D9EE
RGB
CMYK
RGB Variations
Color information
#B0D9EE (or 0xB0D9EE) is known color: Light Blue. HEX triplet: B0, D9 and EE. RGB value is (176,217,238). Sum of RGB (Red+Green+Blue) = 176+217+238=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0D9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D9EE is #4F2611. Grayscale: #CFCFCF. Windows color (decimal): -5187090 or 15653296. OLE color: 15653296.
HSL color Cylindrical-coordinate representation of color #B0D9EE: hue angle of 200.32º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D9EE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 217 | 238 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.07 |
| HSL | 200.32º | 0.65% | 0.81% | - |
| HSV(B) | 200.32º | 0.26% | 0.93% | - |
| XYZ | 58.15 | 65.03 | 90.38 | - |
| YUV | 207.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 238 | 0.26 | 0.09 | 0 | 0.07 | 200.32 | 0.65 | 0.81 |
| Hex | B0 | D9 | EE | 1A | 9 | 0 | 7 | C8 | 41 | 51 |
| Octal | 260 | 331 | 356 | 32 | 11 | 0 | 7 | 310 | 101 | 121 |
| Binary | 10110000 | 11011001 | 11101110 | 11010 | 1001 | 0 | 111 | 11001000 | 1000001 | 1010001 |
Color Harmonies of #B0D9EE
Complementary color
Monochromatic Colors of #B0D9EE
Black with #B0D9EE
Text Example
Text Example
White with #B0D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D9EE; }
p { color: rgb(176,217,238); }
H1.HeaderClassName
{
color: #B0D9EE;
}
.AnyTagClassName
{
color: #B0D9EE;
}
</style>
background-color css
<style>
a { background-color: #B0D9EE; }
a { background-color: rgb(176,217,238); }
div.DivClassName
{
background-color: #B0D9EE;
}
.BgClassName
{
background-color: #B0D9EE;
}
</style>
border-color css
<style>
span { border-color: #B0D9EE; }
span { border-color: rgb(176,217,238); }
td.TdClassName
{
border-color: #B0D9EE;
}
.TagClassName
{
border-color: #B0D9EE;
}
</style>