Shades of Light Blue #B4DCEE
Tints of Light Blue #B4DCEE
RGB
CMYK
RGB Variations
Color information
#B4DCEE (or 0xB4DCEE) is known color: Light Blue. HEX triplet: B4, DC and EE. RGB value is (180,220,238). Sum of RGB (Red+Green+Blue) = 180+220+238=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCEE is #4B2311. Grayscale: #D1D1D1. Windows color (decimal): -4924178 or 15654068. OLE color: 15654068.
HSL color Cylindrical-coordinate representation of color #B4DCEE: hue angle of 198.62º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4DCEE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 220 | 238 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.07 |
| HSL | 198.62º | 0.63% | 0.82% | - |
| HSV(B) | 198.62º | 0.24% | 0.93% | - |
| XYZ | 59.85 | 67.06 | 90.68 | - |
| YUV | 210.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 238 | 0.24 | 0.08 | 0 | 0.07 | 198.62 | 0.63 | 0.82 |
| Hex | B4 | DC | EE | 18 | 8 | 0 | 7 | C7 | 3F | 52 |
| Octal | 264 | 334 | 356 | 30 | 10 | 0 | 7 | 307 | 77 | 122 |
| Binary | 10110100 | 11011100 | 11101110 | 11000 | 1000 | 0 | 111 | 11000111 | 111111 | 1010010 |
Color Harmonies of #B4DCEE
Complementary color
Monochromatic Colors of #B4DCEE
Black with #B4DCEE
Text Example
Text Example
White with #B4DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCEE; }
p { color: rgb(180,220,238); }
H1.HeaderClassName
{
color: #B4DCEE;
}
.AnyTagClassName
{
color: #B4DCEE;
}
</style>
background-color css
<style>
a { background-color: #B4DCEE; }
a { background-color: rgb(180,220,238); }
div.DivClassName
{
background-color: #B4DCEE;
}
.BgClassName
{
background-color: #B4DCEE;
}
</style>
border-color css
<style>
span { border-color: #B4DCEE; }
span { border-color: rgb(180,220,238); }
td.TdClassName
{
border-color: #B4DCEE;
}
.TagClassName
{
border-color: #B4DCEE;
}
</style>