Shades of Light Blue #B2E1F9
Tints of Light Blue #B2E1F9
RGB
CMYK
RGB Variations
Color information
#B2E1F9 (or 0xB2E1F9) is known color: Light Blue. HEX triplet: B2, E1 and F9. RGB value is (178,225,249). Sum of RGB (Red+Green+Blue) = 178+225+249=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2E1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E1F9 is #4D1E06. Grayscale: #D5D5D5. Windows color (decimal): -5053959 or 16376242. OLE color: 16376242.
HSL color Cylindrical-coordinate representation of color #B2E1F9: hue angle of 200.28º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2E1F9 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 225 | 249 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.02 |
| HSL | 200.28º | 0.86% | 0.84% | - |
| HSV(B) | 200.28º | 0.29% | 0.98% | - |
| XYZ | 62.38 | 70.15 | 99.88 | - |
| YUV | 213.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 249 | 0.29 | 0.10 | 0 | 0.02 | 200.28 | 0.86 | 0.84 |
| Hex | B2 | E1 | F9 | 1D | A | 0 | 2 | C8 | 56 | 54 |
| Octal | 262 | 341 | 371 | 35 | 12 | 0 | 2 | 310 | 126 | 124 |
| Binary | 10110010 | 11100001 | 11111001 | 11101 | 1010 | 0 | 10 | 11001000 | 1010110 | 1010100 |
Color Harmonies of #B2E1F9
Complementary color
Monochromatic Colors of #B2E1F9
Black with #B2E1F9
Text Example
Text Example
White with #B2E1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1F9; }
p { color: rgb(178,225,249); }
H1.HeaderClassName
{
color: #B2E1F9;
}
.AnyTagClassName
{
color: #B2E1F9;
}
</style>
background-color css
<style>
a { background-color: #B2E1F9; }
a { background-color: rgb(178,225,249); }
div.DivClassName
{
background-color: #B2E1F9;
}
.BgClassName
{
background-color: #B2E1F9;
}
</style>
border-color css
<style>
span { border-color: #B2E1F9; }
span { border-color: rgb(178,225,249); }
td.TdClassName
{
border-color: #B2E1F9;
}
.TagClassName
{
border-color: #B2E1F9;
}
</style>