Shades of Light Blue #B0D7EE
Tints of Light Blue #B0D7EE
RGB
CMYK
RGB Variations
Color information
#B0D7EE (or 0xB0D7EE) is known color: Light Blue. HEX triplet: B0, D7 and EE. RGB value is (176,215,238). Sum of RGB (Red+Green+Blue) = 176+215+238=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0D7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D7EE is #4F2811. Grayscale: #CDCDCD. Windows color (decimal): -5187602 or 15652784. OLE color: 15652784.
HSL color Cylindrical-coordinate representation of color #B0D7EE: hue angle of 202.26º 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 #B0D7EE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 215 | 238 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.07 |
| HSL | 202.26º | 0.65% | 0.81% | - |
| HSV(B) | 202.26º | 0.26% | 0.93% | - |
| XYZ | 57.64 | 64 | 90.21 | - |
| YUV | 205.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 238 | 0.26 | 0.10 | 0 | 0.07 | 202.26 | 0.65 | 0.81 |
| Hex | B0 | D7 | EE | 1A | A | 0 | 7 | CA | 41 | 51 |
| Octal | 260 | 327 | 356 | 32 | 12 | 0 | 7 | 312 | 101 | 121 |
| Binary | 10110000 | 11010111 | 11101110 | 11010 | 1010 | 0 | 111 | 11001010 | 1000001 | 1010001 |
Color Harmonies of #B0D7EE
Complementary color
Monochromatic Colors of #B0D7EE
Black with #B0D7EE
Text Example
Text Example
White with #B0D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D7EE; }
p { color: rgb(176,215,238); }
H1.HeaderClassName
{
color: #B0D7EE;
}
.AnyTagClassName
{
color: #B0D7EE;
}
</style>
background-color css
<style>
a { background-color: #B0D7EE; }
a { background-color: rgb(176,215,238); }
div.DivClassName
{
background-color: #B0D7EE;
}
.BgClassName
{
background-color: #B0D7EE;
}
</style>
border-color css
<style>
span { border-color: #B0D7EE; }
span { border-color: rgb(176,215,238); }
td.TdClassName
{
border-color: #B0D7EE;
}
.TagClassName
{
border-color: #B0D7EE;
}
</style>