Shades of Light Blue #B6E0EE
Tints of Light Blue #B6E0EE
RGB
CMYK
RGB Variations
Color information
#B6E0EE (or 0xB6E0EE) is known color: Light Blue. HEX triplet: B6, E0 and EE. RGB value is (182,224,238). Sum of RGB (Red+Green+Blue) = 182+224+238=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E0EE is #491F11. Grayscale: #D4D4D4. Windows color (decimal): -4792082 or 15655094. OLE color: 15655094.
HSL color Cylindrical-coordinate representation of color #B6E0EE: hue angle of 195º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6E0EE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 224 | 238 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.07 |
| HSL | 195º | 0.62% | 0.82% | - |
| HSV(B) | 195º | 0.24% | 0.93% | - |
| XYZ | 61.38 | 69.43 | 91.06 | - |
| YUV | 213.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 238 | 0.24 | 0.06 | 0 | 0.07 | 195 | 0.62 | 0.82 |
| Hex | B6 | E0 | EE | 18 | 6 | 0 | 7 | C3 | 3E | 52 |
| Octal | 266 | 340 | 356 | 30 | 6 | 0 | 7 | 303 | 76 | 122 |
| Binary | 10110110 | 11100000 | 11101110 | 11000 | 110 | 0 | 111 | 11000011 | 111110 | 1010010 |
Color Harmonies of #B6E0EE
Complementary color
Monochromatic Colors of #B6E0EE
Black with #B6E0EE
Text Example
Text Example
White with #B6E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0EE; }
p { color: rgb(182,224,238); }
H1.HeaderClassName
{
color: #B6E0EE;
}
.AnyTagClassName
{
color: #B6E0EE;
}
</style>
background-color css
<style>
a { background-color: #B6E0EE; }
a { background-color: rgb(182,224,238); }
div.DivClassName
{
background-color: #B6E0EE;
}
.BgClassName
{
background-color: #B6E0EE;
}
</style>
border-color css
<style>
span { border-color: #B6E0EE; }
span { border-color: rgb(182,224,238); }
td.TdClassName
{
border-color: #B6E0EE;
}
.TagClassName
{
border-color: #B6E0EE;
}
</style>