Shades of Light Blue #B6DBEF
Tints of Light Blue #B6DBEF
RGB
CMYK
RGB Variations
Color information
#B6DBEF (or 0xB6DBEF) is known color: Light Blue. HEX triplet: B6, DB and EF. RGB value is (182,219,239). Sum of RGB (Red+Green+Blue) = 182+219+239=640 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.44% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBEF is #492410. Grayscale: #D2D2D2. Windows color (decimal): -4793361 or 15719350. OLE color: 15719350.
HSL color Cylindrical-coordinate representation of color #B6DBEF: hue angle of 201.05º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6DBEF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 219 | 239 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.06 |
| HSL | 201.05º | 0.64% | 0.83% | - |
| HSV(B) | 201.05º | 0.24% | 0.94% | - |
| XYZ | 60.2 | 66.84 | 91.39 | - |
| YUV | 210.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 239 | 0.24 | 0.08 | 0 | 0.06 | 201.05 | 0.64 | 0.83 |
| Hex | B6 | DB | EF | 18 | 8 | 0 | 6 | C9 | 40 | 53 |
| Octal | 266 | 333 | 357 | 30 | 10 | 0 | 6 | 311 | 100 | 123 |
| Binary | 10110110 | 11011011 | 11101111 | 11000 | 1000 | 0 | 110 | 11001001 | 1000000 | 1010011 |
Color Harmonies of #B6DBEF
Complementary color
Monochromatic Colors of #B6DBEF
Black with #B6DBEF
Text Example
Text Example
White with #B6DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBEF; }
p { color: rgb(182,219,239); }
H1.HeaderClassName
{
color: #B6DBEF;
}
.AnyTagClassName
{
color: #B6DBEF;
}
</style>
background-color css
<style>
a { background-color: #B6DBEF; }
a { background-color: rgb(182,219,239); }
div.DivClassName
{
background-color: #B6DBEF;
}
.BgClassName
{
background-color: #B6DBEF;
}
</style>
border-color css
<style>
span { border-color: #B6DBEF; }
span { border-color: rgb(182,219,239); }
td.TdClassName
{
border-color: #B6DBEF;
}
.TagClassName
{
border-color: #B6DBEF;
}
</style>