Shades of Light Blue #B2D9EC
Tints of Light Blue #B2D9EC
RGB
CMYK
RGB Variations
Color information
#B2D9EC (or 0xB2D9EC) is known color: Light Blue. HEX triplet: B2, D9 and EC. RGB value is (178,217,236). Sum of RGB (Red+Green+Blue) = 178+217+236=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2D9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D9EC is #4D2613. Grayscale: #CFCFCF. Windows color (decimal): -5056020 or 15522226. OLE color: 15522226.
HSL color Cylindrical-coordinate representation of color #B2D9EC: hue angle of 199.66º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D9EC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 217 | 236 | - |
CMYK | 0.25 | 0.08 | 0 | 0.07 |
HSL | 199.66º | 0.6% | 0.81% | - |
HSV(B) | 199.66º | 0.25% | 0.93% | - |
XYZ | 58.31 | 65.15 | 88.86 | - |
YUV | 207.51 | 144.08 | 106.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 217 | 236 | 0.25 | 0.08 | 0 | 0.07 | 199.66 | 0.6 | 0.81 |
Hex | B2 | D9 | EC | 19 | 8 | 0 | 7 | C8 | 3C | 51 |
Octal | 262 | 331 | 354 | 31 | 10 | 0 | 7 | 310 | 74 | 121 |
Binary | 10110010 | 11011001 | 11101100 | 11001 | 1000 | 0 | 111 | 11001000 | 111100 | 1010001 |
Color Harmonies of #B2D9EC
Complementary color
Monochromatic Colors of #B2D9EC
Black with #B2D9EC
Text Example
Text Example
White with #B2D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D9EC; }
p { color: rgb(178,217,236); }
H1.HeaderClassName
{
color: #B2D9EC;
}
.AnyTagClassName
{
color: #B2D9EC;
}
</style>
background-color css
<style>
a { background-color: #B2D9EC; }
a { background-color: rgb(178,217,236); }
div.DivClassName
{
background-color: #B2D9EC;
}
.BgClassName
{
background-color: #B2D9EC;
}
</style>
border-color css
<style>
span { border-color: #B2D9EC; }
span { border-color: rgb(178,217,236); }
td.TdClassName
{
border-color: #B2D9EC;
}
.TagClassName
{
border-color: #B2D9EC;
}
</style>