Shades of Light Steel Blue #9DBEDA
Tints of Light Steel Blue #9DBEDA
RGB
CMYK
RGB Variations
Color information
#9DBEDA (or 0x9DBEDA) is known color: Light Steel Blue. HEX triplet: 9D, BE and DA. RGB value is (157,190,218). Sum of RGB (Red+Green+Blue) = 157+190+218=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEDA is #624125. Grayscale: #B7B7B7. Windows color (decimal): -6439206 or 14335645. OLE color: 14335645.
HSL color Cylindrical-coordinate representation of color #9DBEDA: hue angle of 207.54º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBEDA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 157 | 190 | 218 | - |
CMYK | 0.28 | 0.13 | 0 | 0.15 |
HSL | 207.54º | 0.45% | 0.74% | - |
HSV(B) | 207.54º | 0.28% | 0.85% | - |
XYZ | 44.97 | 49.06 | 73.43 | - |
YUV | 183.33 | 147.57 | 109.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 190 | 218 | 0.28 | 0.13 | 0 | 0.15 | 207.54 | 0.45 | 0.74 |
Hex | 9D | BE | DA | 1C | D | 0 | F | D0 | 2D | 4A |
Octal | 235 | 276 | 332 | 34 | 15 | 0 | 17 | 320 | 55 | 112 |
Binary | 10011101 | 10111110 | 11011010 | 11100 | 1101 | 0 | 1111 | 11010000 | 101101 | 1001010 |
Color Harmonies of #9DBEDA
Complementary color
Monochromatic Colors of #9DBEDA
Black with #9DBEDA
Text Example
Text Example
White with #9DBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEDA; }
p { color: rgb(157,190,218); }
H1.HeaderClassName
{
color: #9DBEDA;
}
.AnyTagClassName
{
color: #9DBEDA;
}
</style>
background-color css
<style>
a { background-color: #9DBEDA; }
a { background-color: rgb(157,190,218); }
div.DivClassName
{
background-color: #9DBEDA;
}
.BgClassName
{
background-color: #9DBEDA;
}
</style>
border-color css
<style>
span { border-color: #9DBEDA; }
span { border-color: rgb(157,190,218); }
td.TdClassName
{
border-color: #9DBEDA;
}
.TagClassName
{
border-color: #9DBEDA;
}
</style>