Shades of Light Blue #B4DEEC
Tints of Light Blue #B4DEEC
RGB
CMYK
RGB Variations
Color information
#B4DEEC (or 0xB4DEEC) is known color: Light Blue. HEX triplet: B4, DE and EC. RGB value is (180,222,236). Sum of RGB (Red+Green+Blue) = 180+222+236=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEEC is #4B2113. Grayscale: #D2D2D2. Windows color (decimal): -4923668 or 15523508. OLE color: 15523508.
HSL color Cylindrical-coordinate representation of color #B4DEEC: hue angle of 195º degrees, saturation: 0.6, 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 #B4DEEC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 222 | 236 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.07 |
| HSL | 195º | 0.6% | 0.82% | - |
| HSV(B) | 195º | 0.24% | 0.93% | - |
| XYZ | 60.08 | 68 | 89.32 | - |
| YUV | 211.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 236 | 0.24 | 0.06 | 0 | 0.07 | 195 | 0.6 | 0.82 |
| Hex | B4 | DE | EC | 18 | 6 | 0 | 7 | C3 | 3C | 52 |
| Octal | 264 | 336 | 354 | 30 | 6 | 0 | 7 | 303 | 74 | 122 |
| Binary | 10110100 | 11011110 | 11101100 | 11000 | 110 | 0 | 111 | 11000011 | 111100 | 1010010 |
Color Harmonies of #B4DEEC
Complementary color
Monochromatic Colors of #B4DEEC
Black with #B4DEEC
Text Example
Text Example
White with #B4DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DEEC; }
p { color: rgb(180,222,236); }
H1.HeaderClassName
{
color: #B4DEEC;
}
.AnyTagClassName
{
color: #B4DEEC;
}
</style>
background-color css
<style>
a { background-color: #B4DEEC; }
a { background-color: rgb(180,222,236); }
div.DivClassName
{
background-color: #B4DEEC;
}
.BgClassName
{
background-color: #B4DEEC;
}
</style>
border-color css
<style>
span { border-color: #B4DEEC; }
span { border-color: rgb(180,222,236); }
td.TdClassName
{
border-color: #B4DEEC;
}
.TagClassName
{
border-color: #B4DEEC;
}
</style>