Shades of Light Blue #B0D0E2
Tints of Light Blue #B0D0E2
RGB
CMYK
RGB Variations
Color information
#B0D0E2 (or 0xB0D0E2) is known color: Light Blue. HEX triplet: B0, D0 and E2. RGB value is (176,208,226). Sum of RGB (Red+Green+Blue) = 176+208+226=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: blue. Hex color #B0D0E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0E2 is #4F2F1D. Grayscale: #C8C8C8. Windows color (decimal): -5189406 or 14864560. OLE color: 14864560.
HSL color Cylindrical-coordinate representation of color #B0D0E2: hue angle of 201.6º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0D0E2 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 208 | 226 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.11 |
| HSL | 201.6º | 0.46% | 0.79% | - |
| HSV(B) | 201.6º | 0.22% | 0.89% | - |
| XYZ | 54.19 | 59.83 | 80.64 | - |
| YUV | 200.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 226 | 0.22 | 0.08 | 0 | 0.11 | 201.6 | 0.46 | 0.79 |
| Hex | B0 | D0 | E2 | 16 | 8 | 0 | B | CA | 2E | 4F |
| Octal | 260 | 320 | 342 | 26 | 10 | 0 | 13 | 312 | 56 | 117 |
| Binary | 10110000 | 11010000 | 11100010 | 10110 | 1000 | 0 | 1011 | 11001010 | 101110 | 1001111 |
Color Harmonies of #B0D0E2
Complementary color
Monochromatic Colors of #B0D0E2
Black with #B0D0E2
Text Example
Text Example
White with #B0D0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0E2; }
p { color: rgb(176,208,226); }
H1.HeaderClassName
{
color: #B0D0E2;
}
.AnyTagClassName
{
color: #B0D0E2;
}
</style>
background-color css
<style>
a { background-color: #B0D0E2; }
a { background-color: rgb(176,208,226); }
div.DivClassName
{
background-color: #B0D0E2;
}
.BgClassName
{
background-color: #B0D0E2;
}
</style>
border-color css
<style>
span { border-color: #B0D0E2; }
span { border-color: rgb(176,208,226); }
td.TdClassName
{
border-color: #B0D0E2;
}
.TagClassName
{
border-color: #B0D0E2;
}
</style>