Shades of Light Blue #B0DEF3
Tints of Light Blue #B0DEF3
RGB
CMYK
RGB Variations
Color information
#B0DEF3 (or 0xB0DEF3) is known color: Light Blue. HEX triplet: B0, DE and F3. RGB value is (176,222,243). Sum of RGB (Red+Green+Blue) = 176+222+243=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0DEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEF3 is #4F210C. Grayscale: #D2D2D2. Windows color (decimal): -5185805 or 15982256. OLE color: 15982256.
HSL color Cylindrical-coordinate representation of color #B0DEF3: hue angle of 198.81º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0DEF3 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 222 | 243 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.05 |
| HSL | 198.81º | 0.74% | 0.82% | - |
| HSV(B) | 198.81º | 0.28% | 0.95% | - |
| XYZ | 60.2 | 67.94 | 94.74 | - |
| YUV | 210.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 243 | 0.28 | 0.09 | 0 | 0.05 | 198.81 | 0.74 | 0.82 |
| Hex | B0 | DE | F3 | 1C | 9 | 0 | 5 | C7 | 4A | 52 |
| Octal | 260 | 336 | 363 | 34 | 11 | 0 | 5 | 307 | 112 | 122 |
| Binary | 10110000 | 11011110 | 11110011 | 11100 | 1001 | 0 | 101 | 11000111 | 1001010 | 1010010 |
Color Harmonies of #B0DEF3
Complementary color
Monochromatic Colors of #B0DEF3
Black with #B0DEF3
Text Example
Text Example
White with #B0DEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEF3; }
p { color: rgb(176,222,243); }
H1.HeaderClassName
{
color: #B0DEF3;
}
.AnyTagClassName
{
color: #B0DEF3;
}
</style>
background-color css
<style>
a { background-color: #B0DEF3; }
a { background-color: rgb(176,222,243); }
div.DivClassName
{
background-color: #B0DEF3;
}
.BgClassName
{
background-color: #B0DEF3;
}
</style>
border-color css
<style>
span { border-color: #B0DEF3; }
span { border-color: rgb(176,222,243); }
td.TdClassName
{
border-color: #B0DEF3;
}
.TagClassName
{
border-color: #B0DEF3;
}
</style>