Shades of Light Blue #B6D4E1
Tints of Light Blue #B6D4E1
RGB
CMYK
RGB Variations
Color information
#B6D4E1 (or 0xB6D4E1) is known color: Light Blue. HEX triplet: B6, D4 and E1. RGB value is (182,212,225). Sum of RGB (Red+Green+Blue) = 182+212+225=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6D4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D4E1 is #492B1E. Grayscale: #CCCCCC. Windows color (decimal): -4795167 or 14800054. OLE color: 14800054.
HSL color Cylindrical-coordinate representation of color #B6D4E1: hue angle of 198.14º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6D4E1 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 212 | 225 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.12 |
| HSL | 198.14º | 0.42% | 0.8% | - |
| HSV(B) | 198.14º | 0.19% | 0.88% | - |
| XYZ | 56.43 | 62.47 | 80.32 | - |
| YUV | 204.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 212 | 225 | 0.19 | 0.06 | 0 | 0.12 | 198.14 | 0.42 | 0.8 |
| Hex | B6 | D4 | E1 | 13 | 6 | 0 | C | C6 | 2A | 50 |
| Octal | 266 | 324 | 341 | 23 | 6 | 0 | 14 | 306 | 52 | 120 |
| Binary | 10110110 | 11010100 | 11100001 | 10011 | 110 | 0 | 1100 | 11000110 | 101010 | 1010000 |
Color Harmonies of #B6D4E1
Complementary color
Monochromatic Colors of #B6D4E1
Black with #B6D4E1
Text Example
Text Example
White with #B6D4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D4E1; }
p { color: rgb(182,212,225); }
H1.HeaderClassName
{
color: #B6D4E1;
}
.AnyTagClassName
{
color: #B6D4E1;
}
</style>
background-color css
<style>
a { background-color: #B6D4E1; }
a { background-color: rgb(182,212,225); }
div.DivClassName
{
background-color: #B6D4E1;
}
.BgClassName
{
background-color: #B6D4E1;
}
</style>
border-color css
<style>
span { border-color: #B6D4E1; }
span { border-color: rgb(182,212,225); }
td.TdClassName
{
border-color: #B6D4E1;
}
.TagClassName
{
border-color: #B6D4E1;
}
</style>