Shades of Light Blue #B2DCEB
Tints of Light Blue #B2DCEB
RGB
CMYK
RGB Variations
Color information
#B2DCEB (or 0xB2DCEB) is known color: Light Blue. HEX triplet: B2, DC and EB. RGB value is (178,220,235). Sum of RGB (Red+Green+Blue) = 178+220+235=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCEB is #4D2314. Grayscale: #D1D1D1. Windows color (decimal): -5055253 or 15457458. OLE color: 15457458.
HSL color Cylindrical-coordinate representation of color #B2DCEB: hue angle of 195.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2DCEB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 220 | 235 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.08 |
| HSL | 195.79º | 0.59% | 0.81% | - |
| HSV(B) | 195.79º | 0.24% | 0.92% | - |
| XYZ | 58.95 | 66.65 | 88.35 | - |
| YUV | 209.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 235 | 0.24 | 0.06 | 0 | 0.08 | 195.79 | 0.59 | 0.81 |
| Hex | B2 | DC | EB | 18 | 6 | 0 | 8 | C4 | 3B | 51 |
| Octal | 262 | 334 | 353 | 30 | 6 | 0 | 10 | 304 | 73 | 121 |
| Binary | 10110010 | 11011100 | 11101011 | 11000 | 110 | 0 | 1000 | 11000100 | 111011 | 1010001 |
Color Harmonies of #B2DCEB
Complementary color
Monochromatic Colors of #B2DCEB
Black with #B2DCEB
Text Example
Text Example
White with #B2DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCEB; }
p { color: rgb(178,220,235); }
H1.HeaderClassName
{
color: #B2DCEB;
}
.AnyTagClassName
{
color: #B2DCEB;
}
</style>
background-color css
<style>
a { background-color: #B2DCEB; }
a { background-color: rgb(178,220,235); }
div.DivClassName
{
background-color: #B2DCEB;
}
.BgClassName
{
background-color: #B2DCEB;
}
</style>
border-color css
<style>
span { border-color: #B2DCEB; }
span { border-color: rgb(178,220,235); }
td.TdClassName
{
border-color: #B2DCEB;
}
.TagClassName
{
border-color: #B2DCEB;
}
</style>