Html Css Color HEX #9DBADD Light Steel Blue

📋 copy color: '#9DBADD'

red 157 ◦ green 186 ◦ blue 221

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

Shades of Light Steel Blue #9DBADD

Tints of Light Steel Blue #9DBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 27.84%
G = 32.98%
B = 39.18%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DBADD (or 0x9DBADD) is known color: Light Steel Blue. HEX triplet: 9D, BA and DD. RGB value is (157,186,221). Sum of RGB (Red+Green+Blue) = 157+186+221=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADD is #624522. Grayscale: #B5B5B5. Windows color (decimal): -6440227 or 14531229. OLE color: 14531229.

HSL color Cylindrical-coordinate representation of color #9DBADD: hue angle of 212.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBADD is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 186 221 -
CMYK 0.29 0.16 0 0.13
HSL 212.81º 0.48% 0.74% -
HSV(B) 212.81º 0.29% 0.87% -
XYZ 44.51 47.51 75.23 -
YUV 181.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 157 186 221 0.29 0.16 0 0.13 212.81 0.48 0.74
Hex 9D BA DD 1D 10 0 D D5 30 4A
Octal 235 272 335 35 20 0 15 325 60 112
Binary 10011101 10111010 11011101 11101 10000 0 1101 11010101 110000 1001010

Color Harmonies of #9DBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBADD

Black with #9DBADD

Text Example


Text Example

White with #9DBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,186,221); }

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

background-color css

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

 a { background-color: rgb(157,186,221); }

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

border-color css

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

 span { border-color: rgb(157,186,221); }

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