Shades of Light Blue #B0D5EA
Tints of Light Blue #B0D5EA
RGB
CMYK
RGB Variations
Color information
#B0D5EA (or 0xB0D5EA) is known color: Light Blue. HEX triplet: B0, D5 and EA. RGB value is (176,213,234). Sum of RGB (Red+Green+Blue) = 176+213+234=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0D5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D5EA is #4F2A15. Grayscale: #CCCCCC. Windows color (decimal): -5188118 or 15390128. OLE color: 15390128.
HSL color Cylindrical-coordinate representation of color #B0D5EA: hue angle of 201.72º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D5EA is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 213 | 234 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.08 |
| HSL | 201.72º | 0.58% | 0.8% | - |
| HSV(B) | 201.72º | 0.25% | 0.92% | - |
| XYZ | 56.55 | 62.76 | 86.98 | - |
| YUV | 204.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 234 | 0.25 | 0.09 | 0 | 0.08 | 201.72 | 0.58 | 0.8 |
| Hex | B0 | D5 | EA | 19 | 9 | 0 | 8 | CA | 3A | 50 |
| Octal | 260 | 325 | 352 | 31 | 11 | 0 | 10 | 312 | 72 | 120 |
| Binary | 10110000 | 11010101 | 11101010 | 11001 | 1001 | 0 | 1000 | 11001010 | 111010 | 1010000 |
Color Harmonies of #B0D5EA
Complementary color
Monochromatic Colors of #B0D5EA
Black with #B0D5EA
Text Example
Text Example
White with #B0D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D5EA; }
p { color: rgb(176,213,234); }
H1.HeaderClassName
{
color: #B0D5EA;
}
.AnyTagClassName
{
color: #B0D5EA;
}
</style>
background-color css
<style>
a { background-color: #B0D5EA; }
a { background-color: rgb(176,213,234); }
div.DivClassName
{
background-color: #B0D5EA;
}
.BgClassName
{
background-color: #B0D5EA;
}
</style>
border-color css
<style>
span { border-color: #B0D5EA; }
span { border-color: rgb(176,213,234); }
td.TdClassName
{
border-color: #B0D5EA;
}
.TagClassName
{
border-color: #B0D5EA;
}
</style>