Shades of Light Blue #B2D6EB
Tints of Light Blue #B2D6EB
RGB
CMYK
RGB Variations
Color information
#B2D6EB (or 0xB2D6EB) is known color: Light Blue. HEX triplet: B2, D6 and EB. RGB value is (178,214,235). Sum of RGB (Red+Green+Blue) = 178+214+235=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D6EB is #4D2914. Grayscale: #CDCDCD. Windows color (decimal): -5056789 or 15455922. OLE color: 15455922.
HSL color Cylindrical-coordinate representation of color #B2D6EB: hue angle of 202.11º 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 #B2D6EB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 214 | 235 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.08 |
| HSL | 202.11º | 0.59% | 0.81% | - |
| HSV(B) | 202.11º | 0.24% | 0.92% | - |
| XYZ | 57.4 | 63.56 | 87.84 | - |
| YUV | 205.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 235 | 0.24 | 0.09 | 0 | 0.08 | 202.11 | 0.59 | 0.81 |
| Hex | B2 | D6 | EB | 18 | 9 | 0 | 8 | CA | 3B | 51 |
| Octal | 262 | 326 | 353 | 30 | 11 | 0 | 10 | 312 | 73 | 121 |
| Binary | 10110010 | 11010110 | 11101011 | 11000 | 1001 | 0 | 1000 | 11001010 | 111011 | 1010001 |
Color Harmonies of #B2D6EB
Complementary color
Monochromatic Colors of #B2D6EB
Black with #B2D6EB
Text Example
Text Example
White with #B2D6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D6EB; }
p { color: rgb(178,214,235); }
H1.HeaderClassName
{
color: #B2D6EB;
}
.AnyTagClassName
{
color: #B2D6EB;
}
</style>
background-color css
<style>
a { background-color: #B2D6EB; }
a { background-color: rgb(178,214,235); }
div.DivClassName
{
background-color: #B2D6EB;
}
.BgClassName
{
background-color: #B2D6EB;
}
</style>
border-color css
<style>
span { border-color: #B2D6EB; }
span { border-color: rgb(178,214,235); }
td.TdClassName
{
border-color: #B2D6EB;
}
.TagClassName
{
border-color: #B2D6EB;
}
</style>