Shades of Light Blue #B4DBEF
Tints of Light Blue #B4DBEF
RGB
CMYK
RGB Variations
Color information
#B4DBEF (or 0xB4DBEF) is known color: Light Blue. HEX triplet: B4, DB and EF. RGB value is (180,219,239). Sum of RGB (Red+Green+Blue) = 180+219+239=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBEF is #4B2410. Grayscale: #D1D1D1. Windows color (decimal): -4924433 or 15719348. OLE color: 15719348.
HSL color Cylindrical-coordinate representation of color #B4DBEF: hue angle of 200.34º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4DBEF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 219 | 239 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.06 |
| HSL | 200.34º | 0.65% | 0.82% | - |
| HSV(B) | 200.34º | 0.25% | 0.94% | - |
| XYZ | 59.73 | 66.6 | 91.37 | - |
| YUV | 209.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 239 | 0.25 | 0.08 | 0 | 0.06 | 200.34 | 0.65 | 0.82 |
| Hex | B4 | DB | EF | 19 | 8 | 0 | 6 | C8 | 41 | 52 |
| Octal | 264 | 333 | 357 | 31 | 10 | 0 | 6 | 310 | 101 | 122 |
| Binary | 10110100 | 11011011 | 11101111 | 11001 | 1000 | 0 | 110 | 11001000 | 1000001 | 1010010 |
Color Harmonies of #B4DBEF
Complementary color
Monochromatic Colors of #B4DBEF
Black with #B4DBEF
Text Example
Text Example
White with #B4DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBEF; }
p { color: rgb(180,219,239); }
H1.HeaderClassName
{
color: #B4DBEF;
}
.AnyTagClassName
{
color: #B4DBEF;
}
</style>
background-color css
<style>
a { background-color: #B4DBEF; }
a { background-color: rgb(180,219,239); }
div.DivClassName
{
background-color: #B4DBEF;
}
.BgClassName
{
background-color: #B4DBEF;
}
</style>
border-color css
<style>
span { border-color: #B4DBEF; }
span { border-color: rgb(180,219,239); }
td.TdClassName
{
border-color: #B4DBEF;
}
.TagClassName
{
border-color: #B4DBEF;
}
</style>