Shades of Powder Blue #B5DADD
Tints of Powder Blue #B5DADD
RGB
CMYK
RGB Variations
Color information
#B5DADD (or 0xB5DADD) is known color: Powder Blue. HEX triplet: B5, DA and DD. RGB value is (181,218,221). Sum of RGB (Red+Green+Blue) = 181+218+221=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DADD is #4A2522. Grayscale: #CFCFCF. Windows color (decimal): -4859171 or 14539445. OLE color: 14539445.
HSL color Cylindrical-coordinate representation of color #B5DADD: hue angle of 184.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DADD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 218 | 221 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.13 |
| HSL | 184.5º | 0.37% | 0.79% | - |
| HSV(B) | 184.5º | 0.18% | 0.87% | - |
| XYZ | 57.18 | 65.19 | 77.98 | - |
| YUV | 207.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 221 | 0.18 | 0.01 | 0 | 0.13 | 184.5 | 0.37 | 0.79 |
| Hex | B5 | DA | DD | 12 | 1 | 0 | D | B8 | 25 | 4F |
| Octal | 265 | 332 | 335 | 22 | 1 | 0 | 15 | 270 | 45 | 117 |
| Binary | 10110101 | 11011010 | 11011101 | 10010 | 1 | 0 | 1101 | 10111000 | 100101 | 1001111 |
Color Harmonies of #B5DADD
Complementary color
Monochromatic Colors of #B5DADD
Black with #B5DADD
Text Example
Text Example
White with #B5DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DADD; }
p { color: rgb(181,218,221); }
H1.HeaderClassName
{
color: #B5DADD;
}
.AnyTagClassName
{
color: #B5DADD;
}
</style>
background-color css
<style>
a { background-color: #B5DADD; }
a { background-color: rgb(181,218,221); }
div.DivClassName
{
background-color: #B5DADD;
}
.BgClassName
{
background-color: #B5DADD;
}
</style>
border-color css
<style>
span { border-color: #B5DADD; }
span { border-color: rgb(181,218,221); }
td.TdClassName
{
border-color: #B5DADD;
}
.TagClassName
{
border-color: #B5DADD;
}
</style>