Html Css Color HEX #9DBDDD Light Steel Blue

📋 copy color: '#9DBDDD'

red 157 ◦ green 189 ◦ blue 221

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

Shades of Light Steel Blue #9DBDDD

Tints of Light Steel Blue #9DBDDD

RGB

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

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

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

R = 27.69%
G = 33.33%
B = 38.98%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DBDDD (or 0x9DBDDD) is known color: Light Steel Blue. HEX triplet: 9D, BD and DD. RGB value is (157,189,221). Sum of RGB (Red+Green+Blue) = 157+189+221=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDDD is #624222. Grayscale: #B6B6B6. Windows color (decimal): -6439459 or 14531997. OLE color: 14531997.

HSL color Cylindrical-coordinate representation of color #9DBDDD: hue angle of 210º 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 #9DBDDD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 189 221 -
CMYK 0.29 0.14 0 0.13
HSL 210º 0.48% 0.74% -
HSV(B) 210º 0.29% 0.87% -
XYZ 45.15 48.78 75.44 -
YUV 183.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 157 189 221 0.29 0.14 0 0.13 210 0.48 0.74
Hex 9D BD DD 1D E 0 D D2 30 4A
Octal 235 275 335 35 16 0 15 322 60 112
Binary 10011101 10111101 11011101 11101 1110 0 1101 11010010 110000 1001010

Color Harmonies of #9DBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDDD

Black with #9DBDDD

Text Example


Text Example

White with #9DBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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