Shades of Light Blue #B0DDEF
Tints of Light Blue #B0DDEF
RGB
CMYK
RGB Variations
Color information
#B0DDEF (or 0xB0DDEF) is known color: Light Blue. HEX triplet: B0, DD and EF. RGB value is (176,221,239). Sum of RGB (Red+Green+Blue) = 176+221+239=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDEF is #4F2210. Grayscale: #D1D1D1. Windows color (decimal): -5186065 or 15719856. OLE color: 15719856.
HSL color Cylindrical-coordinate representation of color #B0DDEF: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0DDEF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 221 | 239 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.06 |
| HSL | 197.14º | 0.66% | 0.81% | - |
| HSV(B) | 197.14º | 0.26% | 0.94% | - |
| XYZ | 59.34 | 67.18 | 91.5 | - |
| YUV | 209.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 239 | 0.26 | 0.08 | 0 | 0.06 | 197.14 | 0.66 | 0.81 |
| Hex | B0 | DD | EF | 1A | 8 | 0 | 6 | C5 | 42 | 51 |
| Octal | 260 | 335 | 357 | 32 | 10 | 0 | 6 | 305 | 102 | 121 |
| Binary | 10110000 | 11011101 | 11101111 | 11010 | 1000 | 0 | 110 | 11000101 | 1000010 | 1010001 |
Color Harmonies of #B0DDEF
Complementary color
Monochromatic Colors of #B0DDEF
Black with #B0DDEF
Text Example
Text Example
White with #B0DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDEF; }
p { color: rgb(176,221,239); }
H1.HeaderClassName
{
color: #B0DDEF;
}
.AnyTagClassName
{
color: #B0DDEF;
}
</style>
background-color css
<style>
a { background-color: #B0DDEF; }
a { background-color: rgb(176,221,239); }
div.DivClassName
{
background-color: #B0DDEF;
}
.BgClassName
{
background-color: #B0DDEF;
}
</style>
border-color css
<style>
span { border-color: #B0DDEF; }
span { border-color: rgb(176,221,239); }
td.TdClassName
{
border-color: #B0DDEF;
}
.TagClassName
{
border-color: #B0DDEF;
}
</style>