Shades of Light Blue #B6DAED
Tints of Light Blue #B6DAED
RGB
CMYK
RGB Variations
Color information
#B6DAED (or 0xB6DAED) is known color: Light Blue. HEX triplet: B6, DA and ED. RGB value is (182,218,237). Sum of RGB (Red+Green+Blue) = 182+218+237=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAED is #492512. Grayscale: #D1D1D1. Windows color (decimal): -4793619 or 15588022. OLE color: 15588022.
HSL color Cylindrical-coordinate representation of color #B6DAED: hue angle of 200.73º 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 #B6DAED is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 218 | 237 | - |
CMYK | 0.23 | 0.08 | 0 | 0.07 |
HSL | 200.73º | 0.6% | 0.82% | - |
HSV(B) | 200.73º | 0.23% | 0.93% | - |
XYZ | 59.65 | 66.2 | 89.76 | - |
YUV | 209.4 | 143.57 | 108.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 218 | 237 | 0.23 | 0.08 | 0 | 0.07 | 200.73 | 0.6 | 0.82 |
Hex | B6 | DA | ED | 17 | 8 | 0 | 7 | C9 | 3C | 52 |
Octal | 266 | 332 | 355 | 27 | 10 | 0 | 7 | 311 | 74 | 122 |
Binary | 10110110 | 11011010 | 11101101 | 10111 | 1000 | 0 | 111 | 11001001 | 111100 | 1010010 |
Color Harmonies of #B6DAED
Complementary color
Monochromatic Colors of #B6DAED
Black with #B6DAED
Text Example
Text Example
White with #B6DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DAED; }
p { color: rgb(182,218,237); }
H1.HeaderClassName
{
color: #B6DAED;
}
.AnyTagClassName
{
color: #B6DAED;
}
</style>
background-color css
<style>
a { background-color: #B6DAED; }
a { background-color: rgb(182,218,237); }
div.DivClassName
{
background-color: #B6DAED;
}
.BgClassName
{
background-color: #B6DAED;
}
</style>
border-color css
<style>
span { border-color: #B6DAED; }
span { border-color: rgb(182,218,237); }
td.TdClassName
{
border-color: #B6DAED;
}
.TagClassName
{
border-color: #B6DAED;
}
</style>