Shades of Powder Blue #B3DAE0
Tints of Powder Blue #B3DAE0
RGB
CMYK
RGB Variations
Color information
#B3DAE0 (or 0xB3DAE0) is known color: Powder Blue. HEX triplet: B3, DA and E0. RGB value is (179,218,224). Sum of RGB (Red+Green+Blue) = 179+218+224=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #B3DAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAE0 is #4C251F. Grayscale: #CECECE. Windows color (decimal): -4990240 or 14736051. OLE color: 14736051.
HSL color Cylindrical-coordinate representation of color #B3DAE0: hue angle of 188º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DAE0 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 218 | 224 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.12 |
| HSL | 188º | 0.42% | 0.79% | - |
| HSV(B) | 188º | 0.2% | 0.88% | - |
| XYZ | 57.12 | 65.11 | 80.08 | - |
| YUV | 207.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 218 | 224 | 0.20 | 0.03 | 0 | 0.12 | 188 | 0.42 | 0.79 |
| Hex | B3 | DA | E0 | 14 | 3 | 0 | C | BC | 2A | 4F |
| Octal | 263 | 332 | 340 | 24 | 3 | 0 | 14 | 274 | 52 | 117 |
| Binary | 10110011 | 11011010 | 11100000 | 10100 | 11 | 0 | 1100 | 10111100 | 101010 | 1001111 |
Color Harmonies of #B3DAE0
Complementary color
Monochromatic Colors of #B3DAE0
Black with #B3DAE0
Text Example
Text Example
White with #B3DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DAE0; }
p { color: rgb(179,218,224); }
H1.HeaderClassName
{
color: #B3DAE0;
}
.AnyTagClassName
{
color: #B3DAE0;
}
</style>
background-color css
<style>
a { background-color: #B3DAE0; }
a { background-color: rgb(179,218,224); }
div.DivClassName
{
background-color: #B3DAE0;
}
.BgClassName
{
background-color: #B3DAE0;
}
</style>
border-color css
<style>
span { border-color: #B3DAE0; }
span { border-color: rgb(179,218,224); }
td.TdClassName
{
border-color: #B3DAE0;
}
.TagClassName
{
border-color: #B3DAE0;
}
</style>