Shades of Light Blue #B6DFEC
Tints of Light Blue #B6DFEC
RGB
CMYK
RGB Variations
Color information
#B6DFEC (or 0xB6DFEC) is known color: Light Blue. HEX triplet: B6, DF and EC. RGB value is (182,223,236). Sum of RGB (Red+Green+Blue) = 182+223+236=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFEC is #492013. Grayscale: #D4D4D4. Windows color (decimal): -4792340 or 15523766. OLE color: 15523766.
HSL color Cylindrical-coordinate representation of color #B6DFEC: hue angle of 194.44º degrees, saturation: 0.59, 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 #B6DFEC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 223 | 236 | - |
CMYK | 0.23 | 0.06 | 0 | 0.07 |
HSL | 194.44º | 0.59% | 0.82% | - |
HSV(B) | 194.44º | 0.23% | 0.93% | - |
XYZ | 60.82 | 68.78 | 89.43 | - |
YUV | 212.22 | 141.42 | 106.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 223 | 236 | 0.23 | 0.06 | 0 | 0.07 | 194.44 | 0.59 | 0.82 |
Hex | B6 | DF | EC | 17 | 6 | 0 | 7 | C2 | 3B | 52 |
Octal | 266 | 337 | 354 | 27 | 6 | 0 | 7 | 302 | 73 | 122 |
Binary | 10110110 | 11011111 | 11101100 | 10111 | 110 | 0 | 111 | 11000010 | 111011 | 1010010 |
Color Harmonies of #B6DFEC
Complementary color
Monochromatic Colors of #B6DFEC
Black with #B6DFEC
Text Example
Text Example
White with #B6DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DFEC; }
p { color: rgb(182,223,236); }
H1.HeaderClassName
{
color: #B6DFEC;
}
.AnyTagClassName
{
color: #B6DFEC;
}
</style>
background-color css
<style>
a { background-color: #B6DFEC; }
a { background-color: rgb(182,223,236); }
div.DivClassName
{
background-color: #B6DFEC;
}
.BgClassName
{
background-color: #B6DFEC;
}
</style>
border-color css
<style>
span { border-color: #B6DFEC; }
span { border-color: rgb(182,223,236); }
td.TdClassName
{
border-color: #B6DFEC;
}
.TagClassName
{
border-color: #B6DFEC;
}
</style>