Shades of Light Steel Blue #9BBDDA
Tints of Light Steel Blue #9BBDDA
RGB
CMYK
RGB Variations
Color information
#9BBDDA (or 0x9BBDDA) is known color: Light Steel Blue. HEX triplet: 9B, BD and DA. RGB value is (155,189,218). Sum of RGB (Red+Green+Blue) = 155+189+218=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDDA is #644225. Grayscale: #B5B5B5. Windows color (decimal): -6570534 or 14335387. OLE color: 14335387.
HSL color Cylindrical-coordinate representation of color #9BBDDA: hue angle of 207.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBDDA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 189 | 218 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.15 |
| HSL | 207.62º | 0.46% | 0.73% | - |
| HSV(B) | 207.62º | 0.29% | 0.85% | - |
| XYZ | 44.37 | 48.43 | 73.34 | - |
| YUV | 182.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 218 | 0.29 | 0.13 | 0 | 0.15 | 207.62 | 0.46 | 0.73 |
| Hex | 9B | BD | DA | 1D | D | 0 | F | D0 | 2E | 49 |
| Octal | 233 | 275 | 332 | 35 | 15 | 0 | 17 | 320 | 56 | 111 |
| Binary | 10011011 | 10111101 | 11011010 | 11101 | 1101 | 0 | 1111 | 11010000 | 101110 | 1001001 |
Color Harmonies of #9BBDDA
Complementary color
Monochromatic Colors of #9BBDDA
Black with #9BBDDA
Text Example
Text Example
White with #9BBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDDA; }
p { color: rgb(155,189,218); }
H1.HeaderClassName
{
color: #9BBDDA;
}
.AnyTagClassName
{
color: #9BBDDA;
}
</style>
background-color css
<style>
a { background-color: #9BBDDA; }
a { background-color: rgb(155,189,218); }
div.DivClassName
{
background-color: #9BBDDA;
}
.BgClassName
{
background-color: #9BBDDA;
}
</style>
border-color css
<style>
span { border-color: #9BBDDA; }
span { border-color: rgb(155,189,218); }
td.TdClassName
{
border-color: #9BBDDA;
}
.TagClassName
{
border-color: #9BBDDA;
}
</style>