Shades of Powder Blue #B5DBDD
Tints of Powder Blue #B5DBDD
RGB
CMYK
RGB Variations
Color information
#B5DBDD (or 0xB5DBDD) is known color: Powder Blue. HEX triplet: B5, DB and DD. RGB value is (181,219,221). Sum of RGB (Red+Green+Blue) = 181+219+221=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDD is #4A2422. Grayscale: #CFCFCF. Windows color (decimal): -4858915 or 14539701. OLE color: 14539701.
HSL color Cylindrical-coordinate representation of color #B5DBDD: hue angle of 183º 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 #B5DBDD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 219 | 221 | - |
CMYK | 0.18 | 0.01 | 0 | 0.13 |
HSL | 183º | 0.37% | 0.79% | - |
HSV(B) | 183º | 0.18% | 0.87% | - |
XYZ | 57.44 | 65.71 | 78.06 | - |
YUV | 207.87 | 135.41 | 108.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 221 | 0.18 | 0.01 | 0 | 0.13 | 183 | 0.37 | 0.79 |
Hex | B5 | DB | DD | 12 | 1 | 0 | D | B7 | 25 | 4F |
Octal | 265 | 333 | 335 | 22 | 1 | 0 | 15 | 267 | 45 | 117 |
Binary | 10110101 | 11011011 | 11011101 | 10010 | 1 | 0 | 1101 | 10110111 | 100101 | 1001111 |
Color Harmonies of #B5DBDD
Complementary color
Monochromatic Colors of #B5DBDD
Black with #B5DBDD
Text Example
Text Example
White with #B5DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBDD; }
p { color: rgb(181,219,221); }
H1.HeaderClassName
{
color: #B5DBDD;
}
.AnyTagClassName
{
color: #B5DBDD;
}
</style>
background-color css
<style>
a { background-color: #B5DBDD; }
a { background-color: rgb(181,219,221); }
div.DivClassName
{
background-color: #B5DBDD;
}
.BgClassName
{
background-color: #B5DBDD;
}
</style>
border-color css
<style>
span { border-color: #B5DBDD; }
span { border-color: rgb(181,219,221); }
td.TdClassName
{
border-color: #B5DBDD;
}
.TagClassName
{
border-color: #B5DBDD;
}
</style>