Shades of Light Blue #B0DEEF
Tints of Light Blue #B0DEEF
RGB
CMYK
RGB Variations
Color information
#B0DEEF (or 0xB0DEEF) is known color: Light Blue. HEX triplet: B0, DE and EF. RGB value is (176,222,239). Sum of RGB (Red+Green+Blue) = 176+222+239=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEEF is #4F2110. Grayscale: #D2D2D2. Windows color (decimal): -5185809 or 15720112. OLE color: 15720112.
HSL color Cylindrical-coordinate representation of color #B0DEEF: hue angle of 196.19º 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 #B0DEEF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 222 | 239 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.06 |
| HSL | 196.19º | 0.66% | 0.81% | - |
| HSV(B) | 196.19º | 0.26% | 0.94% | - |
| XYZ | 59.61 | 67.7 | 91.59 | - |
| YUV | 210.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 239 | 0.26 | 0.07 | 0 | 0.06 | 196.19 | 0.66 | 0.81 |
| Hex | B0 | DE | EF | 1A | 7 | 0 | 6 | C4 | 42 | 51 |
| Octal | 260 | 336 | 357 | 32 | 7 | 0 | 6 | 304 | 102 | 121 |
| Binary | 10110000 | 11011110 | 11101111 | 11010 | 111 | 0 | 110 | 11000100 | 1000010 | 1010001 |
Color Harmonies of #B0DEEF
Complementary color
Monochromatic Colors of #B0DEEF
Black with #B0DEEF
Text Example
Text Example
White with #B0DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEEF; }
p { color: rgb(176,222,239); }
H1.HeaderClassName
{
color: #B0DEEF;
}
.AnyTagClassName
{
color: #B0DEEF;
}
</style>
background-color css
<style>
a { background-color: #B0DEEF; }
a { background-color: rgb(176,222,239); }
div.DivClassName
{
background-color: #B0DEEF;
}
.BgClassName
{
background-color: #B0DEEF;
}
</style>
border-color css
<style>
span { border-color: #B0DEEF; }
span { border-color: rgb(176,222,239); }
td.TdClassName
{
border-color: #B0DEEF;
}
.TagClassName
{
border-color: #B0DEEF;
}
</style>