Shades of Light Blue #B2DAEC
Tints of Light Blue #B2DAEC
RGB
CMYK
RGB Variations
Color information
#B2DAEC (or 0xB2DAEC) is known color: Light Blue. HEX triplet: B2, DA and EC. RGB value is (178,218,236). Sum of RGB (Red+Green+Blue) = 178+218+236=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAEC is #4D2513. Grayscale: #CFCFCF. Windows color (decimal): -5055764 or 15522482. OLE color: 15522482.
HSL color Cylindrical-coordinate representation of color #B2DAEC: hue angle of 198.62º 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 #B2DAEC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 218 | 236 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.07 |
| HSL | 198.62º | 0.6% | 0.81% | - |
| HSV(B) | 198.62º | 0.25% | 0.93% | - |
| XYZ | 58.57 | 65.66 | 88.94 | - |
| YUV | 208.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 236 | 0.25 | 0.08 | 0 | 0.07 | 198.62 | 0.6 | 0.81 |
| Hex | B2 | DA | EC | 19 | 8 | 0 | 7 | C7 | 3C | 51 |
| Octal | 262 | 332 | 354 | 31 | 10 | 0 | 7 | 307 | 74 | 121 |
| Binary | 10110010 | 11011010 | 11101100 | 11001 | 1000 | 0 | 111 | 11000111 | 111100 | 1010001 |
Color Harmonies of #B2DAEC
Complementary color
Monochromatic Colors of #B2DAEC
Black with #B2DAEC
Text Example
Text Example
White with #B2DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAEC; }
p { color: rgb(178,218,236); }
H1.HeaderClassName
{
color: #B2DAEC;
}
.AnyTagClassName
{
color: #B2DAEC;
}
</style>
background-color css
<style>
a { background-color: #B2DAEC; }
a { background-color: rgb(178,218,236); }
div.DivClassName
{
background-color: #B2DAEC;
}
.BgClassName
{
background-color: #B2DAEC;
}
</style>
border-color css
<style>
span { border-color: #B2DAEC; }
span { border-color: rgb(178,218,236); }
td.TdClassName
{
border-color: #B2DAEC;
}
.TagClassName
{
border-color: #B2DAEC;
}
</style>