Html Css Color HEX #9DB9DE Light Steel Blue

📋 copy color: '#9DB9DE'

red 157 ◦ green 185 ◦ blue 222

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

Shades of Light Steel Blue #9DB9DE

Tints of Light Steel Blue #9DB9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 27.84%
G = 32.8%
B = 39.36%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DB9DE (or 0x9DB9DE) is known color: Light Steel Blue. HEX triplet: 9D, B9 and DE. RGB value is (157,185,222). Sum of RGB (Red+Green+Blue) = 157+185+222=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DB9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9DE is #624621. Grayscale: #B4B4B4. Windows color (decimal): -6440482 or 14596509. OLE color: 14596509.

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

Color convert

RGB 157 185 222 -
CMYK 0.29 0.17 0 0.13
HSL 214.15º 0.5% 0.74% -
HSV(B) 214.15º 0.29% 0.87% -
XYZ 44.44 47.14 75.86 -
YUV 180.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 157 185 222 0.29 0.17 0 0.13 214.15 0.5 0.74
Hex 9D B9 DE 1D 11 0 D D6 32 4A
Octal 235 271 336 35 21 0 15 326 62 112
Binary 10011101 10111001 11011110 11101 10001 0 1101 11010110 110010 1001010

Color Harmonies of #9DB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB9DE

Black with #9DB9DE

Text Example


Text Example

White with #9DB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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