Shades of Light Blue #B6DBED
Tints of Light Blue #B6DBED
RGB
CMYK
RGB Variations
Color information
#B6DBED (or 0xB6DBED) is known color: Light Blue. HEX triplet: B6, DB and ED. RGB value is (182,219,237). Sum of RGB (Red+Green+Blue) = 182+219+237=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBED is #492412. Grayscale: #D1D1D1. Windows color (decimal): -4793363 or 15588278. OLE color: 15588278.
HSL color Cylindrical-coordinate representation of color #B6DBED: hue angle of 199.64º 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 #B6DBED is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 219 | 237 | - |
CMYK | 0.23 | 0.08 | 0 | 0.07 |
HSL | 199.64º | 0.6% | 0.82% | - |
HSV(B) | 199.64º | 0.23% | 0.93% | - |
XYZ | 59.91 | 66.72 | 89.84 | - |
YUV | 209.99 | 143.24 | 108.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 219 | 237 | 0.23 | 0.08 | 0 | 0.07 | 199.64 | 0.6 | 0.82 |
Hex | B6 | DB | ED | 17 | 8 | 0 | 7 | C8 | 3C | 52 |
Octal | 266 | 333 | 355 | 27 | 10 | 0 | 7 | 310 | 74 | 122 |
Binary | 10110110 | 11011011 | 11101101 | 10111 | 1000 | 0 | 111 | 11001000 | 111100 | 1010010 |
Color Harmonies of #B6DBED
Complementary color
Monochromatic Colors of #B6DBED
Black with #B6DBED
Text Example
Text Example
White with #B6DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBED; }
p { color: rgb(182,219,237); }
H1.HeaderClassName
{
color: #B6DBED;
}
.AnyTagClassName
{
color: #B6DBED;
}
</style>
background-color css
<style>
a { background-color: #B6DBED; }
a { background-color: rgb(182,219,237); }
div.DivClassName
{
background-color: #B6DBED;
}
.BgClassName
{
background-color: #B6DBED;
}
</style>
border-color css
<style>
span { border-color: #B6DBED; }
span { border-color: rgb(182,219,237); }
td.TdClassName
{
border-color: #B6DBED;
}
.TagClassName
{
border-color: #B6DBED;
}
</style>