Shades of Light Blue #B4DBF1
Tints of Light Blue #B4DBF1
RGB
CMYK
RGB Variations
Color information
#B4DBF1 (or 0xB4DBF1) is known color: Light Blue. HEX triplet: B4, DB and F1. RGB value is (180,219,241). Sum of RGB (Red+Green+Blue) = 180+219+241=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBF1 is #4B240E. Grayscale: #D1D1D1. Windows color (decimal): -4924431 or 15850420. OLE color: 15850420.
HSL color Cylindrical-coordinate representation of color #B4DBF1: hue angle of 201.64º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4DBF1 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 219 | 241 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.05 |
| HSL | 201.64º | 0.69% | 0.83% | - |
| HSV(B) | 201.64º | 0.25% | 0.95% | - |
| XYZ | 60.03 | 66.72 | 92.93 | - |
| YUV | 209.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 241 | 0.25 | 0.09 | 0 | 0.05 | 201.64 | 0.69 | 0.83 |
| Hex | B4 | DB | F1 | 19 | 9 | 0 | 5 | CA | 45 | 53 |
| Octal | 264 | 333 | 361 | 31 | 11 | 0 | 5 | 312 | 105 | 123 |
| Binary | 10110100 | 11011011 | 11110001 | 11001 | 1001 | 0 | 101 | 11001010 | 1000101 | 1010011 |
Color Harmonies of #B4DBF1
Complementary color
Monochromatic Colors of #B4DBF1
Black with #B4DBF1
Text Example
Text Example
White with #B4DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBF1; }
p { color: rgb(180,219,241); }
H1.HeaderClassName
{
color: #B4DBF1;
}
.AnyTagClassName
{
color: #B4DBF1;
}
</style>
background-color css
<style>
a { background-color: #B4DBF1; }
a { background-color: rgb(180,219,241); }
div.DivClassName
{
background-color: #B4DBF1;
}
.BgClassName
{
background-color: #B4DBF1;
}
</style>
border-color css
<style>
span { border-color: #B4DBF1; }
span { border-color: rgb(180,219,241); }
td.TdClassName
{
border-color: #B4DBF1;
}
.TagClassName
{
border-color: #B4DBF1;
}
</style>