Shades of Light Blue #B3DBF2
Tints of Light Blue #B3DBF2
RGB
CMYK
RGB Variations
Color information
#B3DBF2 (or 0xB3DBF2) is known color: Light Blue. HEX triplet: B3, DB and F2. RGB value is (179,219,242). Sum of RGB (Red+Green+Blue) = 179+219+242=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 219 (85.94% from 255 or 34.22% 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 #B3DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBF2 is #4C240D. Grayscale: #D1D1D1. Windows color (decimal): -4989966 or 15915955. OLE color: 15915955.
HSL color Cylindrical-coordinate representation of color #B3DBF2: hue angle of 201.9º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3DBF2 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 219 | 242 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.05 |
| HSL | 201.9º | 0.71% | 0.83% | - |
| HSV(B) | 201.9º | 0.26% | 0.95% | - |
| XYZ | 59.95 | 66.66 | 93.71 | - |
| YUV | 209.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 242 | 0.26 | 0.10 | 0 | 0.05 | 201.9 | 0.71 | 0.83 |
| Hex | B3 | DB | F2 | 1A | A | 0 | 5 | CA | 47 | 53 |
| Octal | 263 | 333 | 362 | 32 | 12 | 0 | 5 | 312 | 107 | 123 |
| Binary | 10110011 | 11011011 | 11110010 | 11010 | 1010 | 0 | 101 | 11001010 | 1000111 | 1010011 |
Color Harmonies of #B3DBF2
Complementary color
Monochromatic Colors of #B3DBF2
Black with #B3DBF2
Text Example
Text Example
White with #B3DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBF2; }
p { color: rgb(179,219,242); }
H1.HeaderClassName
{
color: #B3DBF2;
}
.AnyTagClassName
{
color: #B3DBF2;
}
</style>
background-color css
<style>
a { background-color: #B3DBF2; }
a { background-color: rgb(179,219,242); }
div.DivClassName
{
background-color: #B3DBF2;
}
.BgClassName
{
background-color: #B3DBF2;
}
</style>
border-color css
<style>
span { border-color: #B3DBF2; }
span { border-color: rgb(179,219,242); }
td.TdClassName
{
border-color: #B3DBF2;
}
.TagClassName
{
border-color: #B3DBF2;
}
</style>