Shades of Light Blue #B4DCE7
Tints of Light Blue #B4DCE7
RGB
CMYK
RGB Variations
Color information
#B4DCE7 (or 0xB4DCE7) is known color: Light Blue. HEX triplet: B4, DC and E7. RGB value is (180,220,231). Sum of RGB (Red+Green+Blue) = 180+220+231=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #B4DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCE7 is #4B2318. Grayscale: #D1D1D1. Windows color (decimal): -4924185 or 15195316. OLE color: 15195316.
HSL color Cylindrical-coordinate representation of color #B4DCE7: hue angle of 192.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4DCE7 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 220 | 231 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.09 |
| HSL | 192.94º | 0.52% | 0.81% | - |
| HSV(B) | 192.94º | 0.22% | 0.91% | - |
| XYZ | 58.84 | 66.66 | 85.37 | - |
| YUV | 209.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 231 | 0.22 | 0.05 | 0 | 0.09 | 192.94 | 0.52 | 0.81 |
| Hex | B4 | DC | E7 | 16 | 5 | 0 | 9 | C1 | 34 | 51 |
| Octal | 264 | 334 | 347 | 26 | 5 | 0 | 11 | 301 | 64 | 121 |
| Binary | 10110100 | 11011100 | 11100111 | 10110 | 101 | 0 | 1001 | 11000001 | 110100 | 1010001 |
Color Harmonies of #B4DCE7
Complementary color
Monochromatic Colors of #B4DCE7
Black with #B4DCE7
Text Example
Text Example
White with #B4DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCE7; }
p { color: rgb(180,220,231); }
H1.HeaderClassName
{
color: #B4DCE7;
}
.AnyTagClassName
{
color: #B4DCE7;
}
</style>
background-color css
<style>
a { background-color: #B4DCE7; }
a { background-color: rgb(180,220,231); }
div.DivClassName
{
background-color: #B4DCE7;
}
.BgClassName
{
background-color: #B4DCE7;
}
</style>
border-color css
<style>
span { border-color: #B4DCE7; }
span { border-color: rgb(180,220,231); }
td.TdClassName
{
border-color: #B4DCE7;
}
.TagClassName
{
border-color: #B4DCE7;
}
</style>