Shades of Light Blue #B6E1EF
Tints of Light Blue #B6E1EF
RGB
CMYK
RGB Variations
Color information
#B6E1EF (or 0xB6E1EF) is known color: Light Blue. HEX triplet: B6, E1 and EF. RGB value is (182,225,239). Sum of RGB (Red+Green+Blue) = 182+225+239=646 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.17% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E1EF is #491E10. Grayscale: #D5D5D5. Windows color (decimal): -4791825 or 15720886. OLE color: 15720886.
HSL color Cylindrical-coordinate representation of color #B6E1EF: hue angle of 194.74º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6E1EF is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 225 | 239 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.06 |
| HSL | 194.74º | 0.64% | 0.83% | - |
| HSV(B) | 194.74º | 0.24% | 0.94% | - |
| XYZ | 61.8 | 70.03 | 91.92 | - |
| YUV | 213.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 239 | 0.24 | 0.06 | 0 | 0.06 | 194.74 | 0.64 | 0.83 |
| Hex | B6 | E1 | EF | 18 | 6 | 0 | 6 | C3 | 40 | 53 |
| Octal | 266 | 341 | 357 | 30 | 6 | 0 | 6 | 303 | 100 | 123 |
| Binary | 10110110 | 11100001 | 11101111 | 11000 | 110 | 0 | 110 | 11000011 | 1000000 | 1010011 |
Color Harmonies of #B6E1EF
Complementary color
Monochromatic Colors of #B6E1EF
Black with #B6E1EF
Text Example
Text Example
White with #B6E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E1EF; }
p { color: rgb(182,225,239); }
H1.HeaderClassName
{
color: #B6E1EF;
}
.AnyTagClassName
{
color: #B6E1EF;
}
</style>
background-color css
<style>
a { background-color: #B6E1EF; }
a { background-color: rgb(182,225,239); }
div.DivClassName
{
background-color: #B6E1EF;
}
.BgClassName
{
background-color: #B6E1EF;
}
</style>
border-color css
<style>
span { border-color: #B6E1EF; }
span { border-color: rgb(182,225,239); }
td.TdClassName
{
border-color: #B6E1EF;
}
.TagClassName
{
border-color: #B6E1EF;
}
</style>