Html Css Color HEX #9DB9DA Light Steel Blue

📋 copy color: '#9DB9DA'

red 157 ◦ green 185 ◦ blue 218

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

Shades of Light Steel Blue #9DB9DA

Tints of Light Steel Blue #9DB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.04%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 28.04%
G = 33.04%
B = 38.93%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9DB9DA (or 0x9DB9DA) is known color: Light Steel Blue. HEX triplet: 9D, B9 and DA. RGB value is (157,185,218). Sum of RGB (Red+Green+Blue) = 157+185+218=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DB9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9DA is #624625. Grayscale: #B4B4B4. Windows color (decimal): -6440486 or 14334365. OLE color: 14334365.

HSL color Cylindrical-coordinate representation of color #9DB9DA: hue angle of 212.46º 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 #9DB9DA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 185 218 -
CMYK 0.28 0.15 0 0.15
HSL 212.46º 0.45% 0.74% -
HSV(B) 212.46º 0.28% 0.85% -
XYZ 43.91 46.93 73.07 -
YUV 180.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 157 185 218 0.28 0.15 0 0.15 212.46 0.45 0.74
Hex 9D B9 DA 1C F 0 F D4 2D 4A
Octal 235 271 332 34 17 0 17 324 55 112
Binary 10011101 10111001 11011010 11100 1111 0 1111 11010100 101101 1001010

Color Harmonies of #9DB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB9DA

Black with #9DB9DA

Text Example


Text Example

White with #9DB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,218); }

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

background-color css

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

 a { background-color: rgb(157,185,218); }

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

border-color css

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

 span { border-color: rgb(157,185,218); }

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