Shades of Light Blue #B4E0EF
Tints of Light Blue #B4E0EF
RGB
CMYK
RGB Variations
Color information
#B4E0EF (or 0xB4E0EF) is known color: Light Blue. HEX triplet: B4, E0 and EF. RGB value is (180,224,239). Sum of RGB (Red+Green+Blue) = 180+224+239=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E0EF is #4B1F10. Grayscale: #D4D4D4. Windows color (decimal): -4923153 or 15720628. OLE color: 15720628.
HSL color Cylindrical-coordinate representation of color #B4E0EF: hue angle of 195.25º 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 #B4E0EF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 224 | 239 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.06 |
| HSL | 195.25º | 0.65% | 0.82% | - |
| HSV(B) | 195.25º | 0.25% | 0.94% | - |
| XYZ | 61.06 | 69.25 | 91.81 | - |
| YUV | 212.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 239 | 0.25 | 0.06 | 0 | 0.06 | 195.25 | 0.65 | 0.82 |
| Hex | B4 | E0 | EF | 19 | 6 | 0 | 6 | C3 | 41 | 52 |
| Octal | 264 | 340 | 357 | 31 | 6 | 0 | 6 | 303 | 101 | 122 |
| Binary | 10110100 | 11100000 | 11101111 | 11001 | 110 | 0 | 110 | 11000011 | 1000001 | 1010010 |
Color Harmonies of #B4E0EF
Complementary color
Monochromatic Colors of #B4E0EF
Black with #B4E0EF
Text Example
Text Example
White with #B4E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E0EF; }
p { color: rgb(180,224,239); }
H1.HeaderClassName
{
color: #B4E0EF;
}
.AnyTagClassName
{
color: #B4E0EF;
}
</style>
background-color css
<style>
a { background-color: #B4E0EF; }
a { background-color: rgb(180,224,239); }
div.DivClassName
{
background-color: #B4E0EF;
}
.BgClassName
{
background-color: #B4E0EF;
}
</style>
border-color css
<style>
span { border-color: #B4E0EF; }
span { border-color: rgb(180,224,239); }
td.TdClassName
{
border-color: #B4E0EF;
}
.TagClassName
{
border-color: #B4E0EF;
}
</style>