Html Css Color HEX #9BBBD9 Light Steel Blue

📋 copy color: '#9BBBD9'

red 155 ◦ green 187 ◦ blue 217

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

Shades of Light Steel Blue #9BBBD9

Tints of Light Steel Blue #9BBBD9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.45%

 BLUE value IS 217 (85.16% from 255) = 38.82%

R = 27.73%
G = 33.45%
B = 38.82%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BBBD9 (or 0x9BBBD9) is known color: Light Steel Blue. HEX triplet: 9B, BB and D9. RGB value is (155,187,217). Sum of RGB (Red+Green+Blue) = 155+187+217=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #9BBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBD9 is #644426. Grayscale: #B4B4B4. Windows color (decimal): -6571047 or 14269339. OLE color: 14269339.

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

Color convert

RGB 155 187 217 -
CMYK 0.29 0.14 0 0.15
HSL 209.03º 0.45% 0.73% -
HSV(B) 209.03º 0.29% 0.85% -
XYZ 43.81 47.52 72.51 -
YUV 180.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 155 187 217 0.29 0.14 0 0.15 209.03 0.45 0.73
Hex 9B BB D9 1D E 0 F D1 2D 49
Octal 233 273 331 35 16 0 17 321 55 111
Binary 10011011 10111011 11011001 11101 1110 0 1111 11010001 101101 1001001

Color Harmonies of #9BBBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBD9

Black with #9BBBD9

Text Example


Text Example

White with #9BBBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,217); }

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

background-color css

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

 a { background-color: rgb(155,187,217); }

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

border-color css

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

 span { border-color: rgb(155,187,217); }

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