Shades of Light Blue #B0DEED
Tints of Light Blue #B0DEED
RGB
CMYK
RGB Variations
Color information
#B0DEED (or 0xB0DEED) is known color: Light Blue. HEX triplet: B0, DE and ED. RGB value is (176,222,237). Sum of RGB (Red+Green+Blue) = 176+222+237=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEED is #4F2112. Grayscale: #D1D1D1. Windows color (decimal): -5185811 or 15589040. OLE color: 15589040.
HSL color Cylindrical-coordinate representation of color #B0DEED: hue angle of 194.75º degrees, saturation: 0.63, 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 #B0DEED is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 222 | 237 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.07 |
| HSL | 194.75º | 0.63% | 0.81% | - |
| HSV(B) | 194.75º | 0.26% | 0.93% | - |
| XYZ | 59.31 | 67.59 | 90.04 | - |
| YUV | 209.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 237 | 0.26 | 0.06 | 0 | 0.07 | 194.75 | 0.63 | 0.81 |
| Hex | B0 | DE | ED | 1A | 6 | 0 | 7 | C3 | 3F | 51 |
| Octal | 260 | 336 | 355 | 32 | 6 | 0 | 7 | 303 | 77 | 121 |
| Binary | 10110000 | 11011110 | 11101101 | 11010 | 110 | 0 | 111 | 11000011 | 111111 | 1010001 |
Color Harmonies of #B0DEED
Complementary color
Monochromatic Colors of #B0DEED
Black with #B0DEED
Text Example
Text Example
White with #B0DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEED; }
p { color: rgb(176,222,237); }
H1.HeaderClassName
{
color: #B0DEED;
}
.AnyTagClassName
{
color: #B0DEED;
}
</style>
background-color css
<style>
a { background-color: #B0DEED; }
a { background-color: rgb(176,222,237); }
div.DivClassName
{
background-color: #B0DEED;
}
.BgClassName
{
background-color: #B0DEED;
}
</style>
border-color css
<style>
span { border-color: #B0DEED; }
span { border-color: rgb(176,222,237); }
td.TdClassName
{
border-color: #B0DEED;
}
.TagClassName
{
border-color: #B0DEED;
}
</style>