Shades of Powder Blue #B5DCDF
Tints of Powder Blue #B5DCDF
RGB
CMYK
RGB Variations
Color information
#B5DCDF (or 0xB5DCDF) is known color: Powder Blue. HEX triplet: B5, DC and DF. RGB value is (181,220,223). Sum of RGB (Red+Green+Blue) = 181+220+223=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCDF is #4A2320. Grayscale: #D0D0D0. Windows color (decimal): -4858657 or 14671029. OLE color: 14671029.
HSL color Cylindrical-coordinate representation of color #B5DCDF: hue angle of 184.29º 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 #B5DCDF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 220 | 223 | - |
CMYK | 0.19 | 0.01 | 0 | 0.13 |
HSL | 184.29º | 0.4% | 0.79% | - |
HSV(B) | 184.29º | 0.19% | 0.87% | - |
XYZ | 57.97 | 66.34 | 79.56 | - |
YUV | 208.68 | 136.08 | 108.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 220 | 223 | 0.19 | 0.01 | 0 | 0.13 | 184.29 | 0.4 | 0.79 |
Hex | B5 | DC | DF | 13 | 1 | 0 | D | B8 | 28 | 4F |
Octal | 265 | 334 | 337 | 23 | 1 | 0 | 15 | 270 | 50 | 117 |
Binary | 10110101 | 11011100 | 11011111 | 10011 | 1 | 0 | 1101 | 10111000 | 101000 | 1001111 |
Color Harmonies of #B5DCDF
Complementary color
Monochromatic Colors of #B5DCDF
Black with #B5DCDF
Text Example
Text Example
White with #B5DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCDF; }
p { color: rgb(181,220,223); }
H1.HeaderClassName
{
color: #B5DCDF;
}
.AnyTagClassName
{
color: #B5DCDF;
}
</style>
background-color css
<style>
a { background-color: #B5DCDF; }
a { background-color: rgb(181,220,223); }
div.DivClassName
{
background-color: #B5DCDF;
}
.BgClassName
{
background-color: #B5DCDF;
}
</style>
border-color css
<style>
span { border-color: #B5DCDF; }
span { border-color: rgb(181,220,223); }
td.TdClassName
{
border-color: #B5DCDF;
}
.TagClassName
{
border-color: #B5DCDF;
}
</style>