Shades of Powder Blue #B3E6EE
Tints of Powder Blue #B3E6EE
RGB
CMYK
RGB Variations
Color information
#B3E6EE (or 0xB3E6EE) is known color: Powder Blue. HEX triplet: B3, E6 and EE. RGB value is (179,230,238). Sum of RGB (Red+Green+Blue) = 179+230+238=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3E6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E6EE is #4C1911. Grayscale: #D7D7D7. Windows color (decimal): -4987154 or 15656627. OLE color: 15656627.
HSL color Cylindrical-coordinate representation of color #B3E6EE: hue angle of 188.14º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3E6EE is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 230 | 238 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.07 |
| HSL | 188.14º | 0.63% | 0.82% | - |
| HSV(B) | 188.14º | 0.25% | 0.93% | - |
| XYZ | 62.32 | 72.35 | 91.57 | - |
| YUV | 215.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 238 | 0.25 | 0.03 | 0 | 0.07 | 188.14 | 0.63 | 0.82 |
| Hex | B3 | E6 | EE | 19 | 3 | 0 | 7 | BC | 3F | 52 |
| Octal | 263 | 346 | 356 | 31 | 3 | 0 | 7 | 274 | 77 | 122 |
| Binary | 10110011 | 11100110 | 11101110 | 11001 | 11 | 0 | 111 | 10111100 | 111111 | 1010010 |
Color Harmonies of #B3E6EE
Complementary color
Monochromatic Colors of #B3E6EE
Black with #B3E6EE
Text Example
Text Example
White with #B3E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E6EE; }
p { color: rgb(179,230,238); }
H1.HeaderClassName
{
color: #B3E6EE;
}
.AnyTagClassName
{
color: #B3E6EE;
}
</style>
background-color css
<style>
a { background-color: #B3E6EE; }
a { background-color: rgb(179,230,238); }
div.DivClassName
{
background-color: #B3E6EE;
}
.BgClassName
{
background-color: #B3E6EE;
}
</style>
border-color css
<style>
span { border-color: #B3E6EE; }
span { border-color: rgb(179,230,238); }
td.TdClassName
{
border-color: #B3E6EE;
}
.TagClassName
{
border-color: #B3E6EE;
}
</style>