Shades of Light Blue #B0E1F3
Tints of Light Blue #B0E1F3
RGB
CMYK
RGB Variations
Color information
#B0E1F3 (or 0xB0E1F3) is known color: Light Blue. HEX triplet: B0, E1 and F3. RGB value is (176,225,243). Sum of RGB (Red+Green+Blue) = 176+225+243=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0E1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1F3 is #4F1E0C. Grayscale: #D4D4D4. Windows color (decimal): -5185037 or 15983024. OLE color: 15983024.
HSL color Cylindrical-coordinate representation of color #B0E1F3: hue angle of 196.12º 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 #B0E1F3 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 225 | 243 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.05 |
| HSL | 196.12º | 0.74% | 0.82% | - |
| HSV(B) | 196.12º | 0.28% | 0.95% | - |
| XYZ | 61.01 | 69.55 | 95 | - |
| YUV | 212.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 243 | 0.28 | 0.07 | 0 | 0.05 | 196.12 | 0.74 | 0.82 |
| Hex | B0 | E1 | F3 | 1C | 7 | 0 | 5 | C4 | 4A | 52 |
| Octal | 260 | 341 | 363 | 34 | 7 | 0 | 5 | 304 | 112 | 122 |
| Binary | 10110000 | 11100001 | 11110011 | 11100 | 111 | 0 | 101 | 11000100 | 1001010 | 1010010 |
Color Harmonies of #B0E1F3
Complementary color
Monochromatic Colors of #B0E1F3
Black with #B0E1F3
Text Example
Text Example
White with #B0E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1F3; }
p { color: rgb(176,225,243); }
H1.HeaderClassName
{
color: #B0E1F3;
}
.AnyTagClassName
{
color: #B0E1F3;
}
</style>
background-color css
<style>
a { background-color: #B0E1F3; }
a { background-color: rgb(176,225,243); }
div.DivClassName
{
background-color: #B0E1F3;
}
.BgClassName
{
background-color: #B0E1F3;
}
</style>
border-color css
<style>
span { border-color: #B0E1F3; }
span { border-color: rgb(176,225,243); }
td.TdClassName
{
border-color: #B0E1F3;
}
.TagClassName
{
border-color: #B0E1F3;
}
</style>