Shades of Light Blue #B2DBF3
Tints of Light Blue #B2DBF3
RGB
CMYK
RGB Variations
Color information
#B2DBF3 (or 0xB2DBF3) is known color: Light Blue. HEX triplet: B2, DB and F3. RGB value is (178,219,243). Sum of RGB (Red+Green+Blue) = 178+219+243=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2DBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBF3 is #4D240C. Grayscale: #D1D1D1. Windows color (decimal): -5055501 or 15981490. OLE color: 15981490.
HSL color Cylindrical-coordinate representation of color #B2DBF3: hue angle of 202.15º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2DBF3 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 219 | 243 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.05 |
| HSL | 202.15º | 0.73% | 0.83% | - |
| HSV(B) | 202.15º | 0.27% | 0.95% | - |
| XYZ | 59.87 | 66.6 | 94.49 | - |
| YUV | 209.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 243 | 0.27 | 0.10 | 0 | 0.05 | 202.15 | 0.73 | 0.83 |
| Hex | B2 | DB | F3 | 1B | A | 0 | 5 | CA | 49 | 53 |
| Octal | 262 | 333 | 363 | 33 | 12 | 0 | 5 | 312 | 111 | 123 |
| Binary | 10110010 | 11011011 | 11110011 | 11011 | 1010 | 0 | 101 | 11001010 | 1001001 | 1010011 |
Color Harmonies of #B2DBF3
Complementary color
Monochromatic Colors of #B2DBF3
Black with #B2DBF3
Text Example
Text Example
White with #B2DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBF3; }
p { color: rgb(178,219,243); }
H1.HeaderClassName
{
color: #B2DBF3;
}
.AnyTagClassName
{
color: #B2DBF3;
}
</style>
background-color css
<style>
a { background-color: #B2DBF3; }
a { background-color: rgb(178,219,243); }
div.DivClassName
{
background-color: #B2DBF3;
}
.BgClassName
{
background-color: #B2DBF3;
}
</style>
border-color css
<style>
span { border-color: #B2DBF3; }
span { border-color: rgb(178,219,243); }
td.TdClassName
{
border-color: #B2DBF3;
}
.TagClassName
{
border-color: #B2DBF3;
}
</style>