Shades of Sinbad #B3D3D5
Tints of Sinbad #B3D3D5
RGB
CMYK
RGB Variations
Color information
#B3D3D5 (or 0xB3D3D5) is known color: Sinbad. HEX triplet: B3, D3 and D5. RGB value is (179,211,213). Sum of RGB (Red+Green+Blue) = 179+211+213=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3D3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3D5 is #4C2C2A. Grayscale: #C9C9C9. Windows color (decimal): -4992043 or 14013363. OLE color: 14013363.
HSL color Cylindrical-coordinate representation of color #B3D3D5: hue angle of 183.53º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D3D5 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 211 | 213 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.16 |
| HSL | 183.53º | 0.29% | 0.77% | - |
| HSV(B) | 183.53º | 0.16% | 0.84% | - |
| XYZ | 53.89 | 60.98 | 71.88 | - |
| YUV | 201.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 211 | 213 | 0.16 | 0.01 | 0 | 0.16 | 183.53 | 0.29 | 0.77 |
| Hex | B3 | D3 | D5 | 10 | 1 | 0 | 10 | B8 | 1D | 4D |
| Octal | 263 | 323 | 325 | 20 | 1 | 0 | 20 | 270 | 35 | 115 |
| Binary | 10110011 | 11010011 | 11010101 | 10000 | 1 | 0 | 10000 | 10111000 | 11101 | 1001101 |
Color Harmonies of #B3D3D5
Complementary color
Monochromatic Colors of #B3D3D5
Black with #B3D3D5
Text Example
Text Example
White with #B3D3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D3D5; }
p { color: rgb(179,211,213); }
H1.HeaderClassName
{
color: #B3D3D5;
}
.AnyTagClassName
{
color: #B3D3D5;
}
</style>
background-color css
<style>
a { background-color: #B3D3D5; }
a { background-color: rgb(179,211,213); }
div.DivClassName
{
background-color: #B3D3D5;
}
.BgClassName
{
background-color: #B3D3D5;
}
</style>
border-color css
<style>
span { border-color: #B3D3D5; }
span { border-color: rgb(179,211,213); }
td.TdClassName
{
border-color: #B3D3D5;
}
.TagClassName
{
border-color: #B3D3D5;
}
</style>