Shades of Light Blue #B6E1FB
Tints of Light Blue #B6E1FB
RGB
CMYK
RGB Variations
Color information
#B6E1FB (or 0xB6E1FB) is known color: Light Blue. HEX triplet: B6, E1 and FB. RGB value is (182,225,251). Sum of RGB (Red+Green+Blue) = 182+225+251=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E1FB is #491E04. Grayscale: #D6D6D6. Windows color (decimal): -4791813 or 16507318. OLE color: 16507318.
HSL color Cylindrical-coordinate representation of color #B6E1FB: hue angle of 202.61º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6E1FB is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 225 | 251 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.02 |
| HSL | 202.61º | 0.9% | 0.85% | - |
| HSV(B) | 202.61º | 0.27% | 0.98% | - |
| XYZ | 63.63 | 70.76 | 101.57 | - |
| YUV | 215.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 251 | 0.27 | 0.10 | 0 | 0.02 | 202.61 | 0.9 | 0.85 |
| Hex | B6 | E1 | FB | 1B | A | 0 | 2 | CB | 5A | 55 |
| Octal | 266 | 341 | 373 | 33 | 12 | 0 | 2 | 313 | 132 | 125 |
| Binary | 10110110 | 11100001 | 11111011 | 11011 | 1010 | 0 | 10 | 11001011 | 1011010 | 1010101 |
Color Harmonies of #B6E1FB
Complementary color
Monochromatic Colors of #B6E1FB
Black with #B6E1FB
Text Example
Text Example
White with #B6E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E1FB; }
p { color: rgb(182,225,251); }
H1.HeaderClassName
{
color: #B6E1FB;
}
.AnyTagClassName
{
color: #B6E1FB;
}
</style>
background-color css
<style>
a { background-color: #B6E1FB; }
a { background-color: rgb(182,225,251); }
div.DivClassName
{
background-color: #B6E1FB;
}
.BgClassName
{
background-color: #B6E1FB;
}
</style>
border-color css
<style>
span { border-color: #B6E1FB; }
span { border-color: rgb(182,225,251); }
td.TdClassName
{
border-color: #B6E1FB;
}
.TagClassName
{
border-color: #B6E1FB;
}
</style>