Shades of Light Blue #B0DEF2
Tints of Light Blue #B0DEF2
RGB
CMYK
RGB Variations
Color information
#B0DEF2 (or 0xB0DEF2) is known color: Light Blue. HEX triplet: B0, DE and F2. RGB value is (176,222,242). Sum of RGB (Red+Green+Blue) = 176+222+242=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0DEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEF2 is #4F210D. Grayscale: #D2D2D2. Windows color (decimal): -5185806 or 15916720. OLE color: 15916720.
HSL color Cylindrical-coordinate representation of color #B0DEF2: hue angle of 198.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DEF2 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 222 | 242 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.05 |
| HSL | 198.18º | 0.72% | 0.82% | - |
| HSV(B) | 198.18º | 0.27% | 0.95% | - |
| XYZ | 60.05 | 67.88 | 93.94 | - |
| YUV | 210.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 242 | 0.27 | 0.08 | 0 | 0.05 | 198.18 | 0.72 | 0.82 |
| Hex | B0 | DE | F2 | 1B | 8 | 0 | 5 | C6 | 48 | 52 |
| Octal | 260 | 336 | 362 | 33 | 10 | 0 | 5 | 306 | 110 | 122 |
| Binary | 10110000 | 11011110 | 11110010 | 11011 | 1000 | 0 | 101 | 11000110 | 1001000 | 1010010 |
Color Harmonies of #B0DEF2
Complementary color
Monochromatic Colors of #B0DEF2
Black with #B0DEF2
Text Example
Text Example
White with #B0DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEF2; }
p { color: rgb(176,222,242); }
H1.HeaderClassName
{
color: #B0DEF2;
}
.AnyTagClassName
{
color: #B0DEF2;
}
</style>
background-color css
<style>
a { background-color: #B0DEF2; }
a { background-color: rgb(176,222,242); }
div.DivClassName
{
background-color: #B0DEF2;
}
.BgClassName
{
background-color: #B0DEF2;
}
</style>
border-color css
<style>
span { border-color: #B0DEF2; }
span { border-color: rgb(176,222,242); }
td.TdClassName
{
border-color: #B0DEF2;
}
.TagClassName
{
border-color: #B0DEF2;
}
</style>