Html Css Color HEX #9BB9DB Light Steel Blue

📋 copy color: '#9BB9DB'

red 155 ◦ green 185 ◦ blue 219

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

Shades of Light Steel Blue #9BB9DB

Tints of Light Steel Blue #9BB9DB

RGB

 RED value IS 155 (60.94% from 255) = 27.73%

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 27.73%
G = 33.09%
B = 39.18%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BB9DB (or 0x9BB9DB) is known color: Light Steel Blue. HEX triplet: 9B, B9 and DB. RGB value is (155,185,219). Sum of RGB (Red+Green+Blue) = 155+185+219=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9DB is #644624. Grayscale: #B3B3B3. Windows color (decimal): -6571557 or 14399899. OLE color: 14399899.

HSL color Cylindrical-coordinate representation of color #9BB9DB: hue angle of 211.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BB9DB is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 185 219 -
CMYK 0.29 0.16 0 0.14
HSL 211.88º 0.47% 0.73% -
HSV(B) 211.88º 0.29% 0.86% -
XYZ 43.65 46.78 73.75 -
YUV 179.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 155 185 219 0.29 0.16 0 0.14 211.88 0.47 0.73
Hex 9B B9 DB 1D 10 0 E D4 2F 49
Octal 233 271 333 35 20 0 16 324 57 111
Binary 10011011 10111001 11011011 11101 10000 0 1110 11010100 101111 1001001

Color Harmonies of #9BB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB9DB

Black with #9BB9DB

Text Example


Text Example

White with #9BB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,219); }

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

background-color css

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

 a { background-color: rgb(155,185,219); }

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

border-color css

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

 span { border-color: rgb(155,185,219); }

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