Shades of Powder Blue #B5DBDB
Tints of Powder Blue #B5DBDB
RGB
CMYK
RGB Variations
Color information
#B5DBDB (or 0xB5DBDB) is known color: Powder Blue. HEX triplet: B5, DB and DB. RGB value is (181,219,219). Sum of RGB (Red+Green+Blue) = 181+219+219=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B5DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDB is #4A2424. Grayscale: #CFCFCF. Windows color (decimal): -4858917 or 14408629. OLE color: 14408629.
HSL color Cylindrical-coordinate representation of color #B5DBDB: hue angle of 180º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBDB is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 219 | - |
CMYK | 0.17 | 0 | 0 | 0.14 |
HSL | 180º | 0.35% | 0.78% | - |
HSV(B) | 180º | 0.17% | 0.86% | - |
XYZ | 57.17 | 65.6 | 76.67 | - |
YUV | 207.64 | 134.41 | 109 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 219 | 0.17 | 0 | 0 | 0.14 | 180 | 0.35 | 0.78 |
Hex | B5 | DB | DB | 11 | 0 | 0 | E | B4 | 23 | 4E |
Octal | 265 | 333 | 333 | 21 | 0 | 0 | 16 | 264 | 43 | 116 |
Binary | 10110101 | 11011011 | 11011011 | 10001 | 0 | 0 | 1110 | 10110100 | 100011 | 1001110 |
Color Harmonies of #B5DBDB
Complementary color
Monochromatic Colors of #B5DBDB
Black with #B5DBDB
Text Example
Text Example
White with #B5DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBDB; }
p { color: rgb(181,219,219); }
H1.HeaderClassName
{
color: #B5DBDB;
}
.AnyTagClassName
{
color: #B5DBDB;
}
</style>
background-color css
<style>
a { background-color: #B5DBDB; }
a { background-color: rgb(181,219,219); }
div.DivClassName
{
background-color: #B5DBDB;
}
.BgClassName
{
background-color: #B5DBDB;
}
</style>
border-color css
<style>
span { border-color: #B5DBDB; }
span { border-color: rgb(181,219,219); }
td.TdClassName
{
border-color: #B5DBDB;
}
.TagClassName
{
border-color: #B5DBDB;
}
</style>