Html Css Color HEX #9DBDD9 Light Steel Blue

📋 copy color: '#9DBDD9'

red 157 ◦ green 189 ◦ blue 217

#9DBDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #9DBDD9

Tints of Light Steel Blue #9DBDD9

RGB

 RED value IS 157 (61.72% from 255) = 27.89%

 GREEN value IS 189 (74.22% from 255) = 33.57%

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 27.89%
G = 33.57%
B = 38.54%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DBDD9 (or 0x9DBDD9) is known color: Light Steel Blue. HEX triplet: 9D, BD and D9. RGB value is (157,189,217). Sum of RGB (Red+Green+Blue) = 157+189+217=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #9DBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDD9 is #624226. Grayscale: #B6B6B6. Windows color (decimal): -6439463 or 14269853. OLE color: 14269853.

HSL color Cylindrical-coordinate representation of color #9DBDD9: hue angle of 208º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBDD9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 189 217 -
CMYK 0.28 0.13 0 0.15
HSL 208º 0.44% 0.73% -
HSV(B) 208º 0.28% 0.85% -
XYZ 44.63 48.57 72.67 -
YUV 182.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 157 189 217 0.28 0.13 0 0.15 208 0.44 0.73
Hex 9D BD D9 1C D 0 F D0 2C 49
Octal 235 275 331 34 15 0 17 320 54 111
Binary 10011101 10111101 11011001 11100 1101 0 1111 11010000 101100 1001001

Color Harmonies of #9DBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDD9

Black with #9DBDD9

Text Example


Text Example

White with #9DBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBDD9; }

 p { color: rgb(157,189,217); }

 H1.HeaderClassName
 {
   color: #9DBDD9;
 }
 .AnyTagClassName
 {
   color: #9DBDD9;
 }
</style>

background-color css

<style>
 a { background-color: #9DBDD9; }

 a { background-color: rgb(157,189,217); }

 div.DivClassName
 {
   background-color: #9DBDD9;
 }
 .BgClassName
 {
   background-color: #9DBDD9;
 }
</style>

border-color css

<style>
 span { border-color: #9DBDD9; }

 span { border-color: rgb(157,189,217); }

 td.TdClassName
 {
   border-color: #9DBDD9;
 }
 .TagClassName
 {
   border-color: #9DBDD9;
 }
</style>