Shades of Powder Blue #B5DBDE
Tints of Powder Blue #B5DBDE
RGB
CMYK
RGB Variations
Color information
#B5DBDE (or 0xB5DBDE) is known color: Powder Blue. HEX triplet: B5, DB and DE. RGB value is (181,219,222). Sum of RGB (Red+Green+Blue) = 181+219+222=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDE is #4A2421. Grayscale: #CFCFCF. Windows color (decimal): -4858914 or 14605237. OLE color: 14605237.
HSL color Cylindrical-coordinate representation of color #B5DBDE: hue angle of 184.39º degrees, saturation: 0.38, 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 #B5DBDE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 219 | 222 | - |
CMYK | 0.18 | 0.01 | 0 | 0.13 |
HSL | 184.39º | 0.38% | 0.79% | - |
HSV(B) | 184.39º | 0.18% | 0.87% | - |
XYZ | 57.57 | 65.76 | 78.77 | - |
YUV | 207.98 | 135.91 | 108.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 222 | 0.18 | 0.01 | 0 | 0.13 | 184.39 | 0.38 | 0.79 |
Hex | B5 | DB | DE | 12 | 1 | 0 | D | B8 | 26 | 4F |
Octal | 265 | 333 | 336 | 22 | 1 | 0 | 15 | 270 | 46 | 117 |
Binary | 10110101 | 11011011 | 11011110 | 10010 | 1 | 0 | 1101 | 10111000 | 100110 | 1001111 |
Color Harmonies of #B5DBDE
Complementary color
Monochromatic Colors of #B5DBDE
Black with #B5DBDE
Text Example
Text Example
White with #B5DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBDE; }
p { color: rgb(181,219,222); }
H1.HeaderClassName
{
color: #B5DBDE;
}
.AnyTagClassName
{
color: #B5DBDE;
}
</style>
background-color css
<style>
a { background-color: #B5DBDE; }
a { background-color: rgb(181,219,222); }
div.DivClassName
{
background-color: #B5DBDE;
}
.BgClassName
{
background-color: #B5DBDE;
}
</style>
border-color css
<style>
span { border-color: #B5DBDE; }
span { border-color: rgb(181,219,222); }
td.TdClassName
{
border-color: #B5DBDE;
}
.TagClassName
{
border-color: #B5DBDE;
}
</style>