Shades of Light Blue #B6DAE8
Tints of Light Blue #B6DAE8
RGB
CMYK
RGB Variations
Color information
#B6DAE8 (or 0xB6DAE8) is known color: Light Blue. HEX triplet: B6, DA and E8. RGB value is (182,218,232). Sum of RGB (Red+Green+Blue) = 182+218+232=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #B6DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAE8 is #492517. Grayscale: #D0D0D0. Windows color (decimal): -4793624 or 15260342. OLE color: 15260342.
HSL color Cylindrical-coordinate representation of color #B6DAE8: hue angle of 196.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6DAE8 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 218 | 232 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.09 |
| HSL | 196.8º | 0.52% | 0.81% | - |
| HSV(B) | 196.8º | 0.22% | 0.91% | - |
| XYZ | 58.93 | 65.91 | 85.96 | - |
| YUV | 208.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 218 | 232 | 0.22 | 0.06 | 0 | 0.09 | 196.8 | 0.52 | 0.81 |
| Hex | B6 | DA | E8 | 16 | 6 | 0 | 9 | C5 | 34 | 51 |
| Octal | 266 | 332 | 350 | 26 | 6 | 0 | 11 | 305 | 64 | 121 |
| Binary | 10110110 | 11011010 | 11101000 | 10110 | 110 | 0 | 1001 | 11000101 | 110100 | 1010001 |
Color Harmonies of #B6DAE8
Complementary color
Monochromatic Colors of #B6DAE8
Black with #B6DAE8
Text Example
Text Example
White with #B6DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DAE8; }
p { color: rgb(182,218,232); }
H1.HeaderClassName
{
color: #B6DAE8;
}
.AnyTagClassName
{
color: #B6DAE8;
}
</style>
background-color css
<style>
a { background-color: #B6DAE8; }
a { background-color: rgb(182,218,232); }
div.DivClassName
{
background-color: #B6DAE8;
}
.BgClassName
{
background-color: #B6DAE8;
}
</style>
border-color css
<style>
span { border-color: #B6DAE8; }
span { border-color: rgb(182,218,232); }
td.TdClassName
{
border-color: #B6DAE8;
}
.TagClassName
{
border-color: #B6DAE8;
}
</style>