Shades of Powder Blue #B5DDDF
Tints of Powder Blue #B5DDDF
RGB
CMYK
RGB Variations
Color information
#B5DDDF (or 0xB5DDDF) is known color: Powder Blue. HEX triplet: B5, DD and DF. RGB value is (181,221,223). Sum of RGB (Red+Green+Blue) = 181+221+223=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDDF is #4A2220. Grayscale: #D1D1D1. Windows color (decimal): -4858401 or 14671285. OLE color: 14671285.
HSL color Cylindrical-coordinate representation of color #B5DDDF: hue angle of 182.86º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DDDF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 223 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.13 |
| HSL | 182.86º | 0.4% | 0.79% | - |
| HSV(B) | 182.86º | 0.19% | 0.87% | - |
| XYZ | 58.23 | 66.86 | 79.65 | - |
| YUV | 209.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 223 | 0.19 | 0.01 | 0 | 0.13 | 182.86 | 0.4 | 0.79 |
| Hex | B5 | DD | DF | 13 | 1 | 0 | D | B7 | 28 | 4F |
| Octal | 265 | 335 | 337 | 23 | 1 | 0 | 15 | 267 | 50 | 117 |
| Binary | 10110101 | 11011101 | 11011111 | 10011 | 1 | 0 | 1101 | 10110111 | 101000 | 1001111 |
Color Harmonies of #B5DDDF
Complementary color
Monochromatic Colors of #B5DDDF
Black with #B5DDDF
Text Example
Text Example
White with #B5DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDDF; }
p { color: rgb(181,221,223); }
H1.HeaderClassName
{
color: #B5DDDF;
}
.AnyTagClassName
{
color: #B5DDDF;
}
</style>
background-color css
<style>
a { background-color: #B5DDDF; }
a { background-color: rgb(181,221,223); }
div.DivClassName
{
background-color: #B5DDDF;
}
.BgClassName
{
background-color: #B5DDDF;
}
</style>
border-color css
<style>
span { border-color: #B5DDDF; }
span { border-color: rgb(181,221,223); }
td.TdClassName
{
border-color: #B5DDDF;
}
.TagClassName
{
border-color: #B5DDDF;
}
</style>