Shades of Light Blue #B6DCED
Tints of Light Blue #B6DCED
RGB
CMYK
RGB Variations
Color information
#B6DCED (or 0xB6DCED) is known color: Light Blue. HEX triplet: B6, DC and ED. RGB value is (182,220,237). Sum of RGB (Red+Green+Blue) = 182+220+237=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCED is #492312. Grayscale: #D2D2D2. Windows color (decimal): -4793107 or 15588534. OLE color: 15588534.
HSL color Cylindrical-coordinate representation of color #B6DCED: hue angle of 198.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6DCED is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 220 | 237 | - |
CMYK | 0.23 | 0.07 | 0 | 0.07 |
HSL | 198.55º | 0.6% | 0.82% | - |
HSV(B) | 198.55º | 0.23% | 0.93% | - |
XYZ | 60.17 | 67.25 | 89.93 | - |
YUV | 210.58 | 142.91 | 107.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 220 | 237 | 0.23 | 0.07 | 0 | 0.07 | 198.55 | 0.6 | 0.82 |
Hex | B6 | DC | ED | 17 | 7 | 0 | 7 | C7 | 3C | 52 |
Octal | 266 | 334 | 355 | 27 | 7 | 0 | 7 | 307 | 74 | 122 |
Binary | 10110110 | 11011100 | 11101101 | 10111 | 111 | 0 | 111 | 11000111 | 111100 | 1010010 |
Color Harmonies of #B6DCED
Complementary color
Monochromatic Colors of #B6DCED
Black with #B6DCED
Text Example
Text Example
White with #B6DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCED; }
p { color: rgb(182,220,237); }
H1.HeaderClassName
{
color: #B6DCED;
}
.AnyTagClassName
{
color: #B6DCED;
}
</style>
background-color css
<style>
a { background-color: #B6DCED; }
a { background-color: rgb(182,220,237); }
div.DivClassName
{
background-color: #B6DCED;
}
.BgClassName
{
background-color: #B6DCED;
}
</style>
border-color css
<style>
span { border-color: #B6DCED; }
span { border-color: rgb(182,220,237); }
td.TdClassName
{
border-color: #B6DCED;
}
.TagClassName
{
border-color: #B6DCED;
}
</style>