Html Css Color HEX #9BBADB Light Steel Blue

📋 copy color: '#9BBADB'

red 155 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #9BBADB

Tints of Light Steel Blue #9BBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.21%

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

R = 27.68%
G = 33.21%
B = 39.11%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BBADB (or 0x9BBADB) is known color: Light Steel Blue. HEX triplet: 9B, BA and DB. RGB value is (155,186,219). Sum of RGB (Red+Green+Blue) = 155+186+219=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBADB is #644524. Grayscale: #B4B4B4. Windows color (decimal): -6571301 or 14400155. OLE color: 14400155.

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

Color convert

RGB 155 186 219 -
CMYK 0.29 0.15 0 0.14
HSL 210.94º 0.47% 0.73% -
HSV(B) 210.94º 0.29% 0.86% -
XYZ 43.86 47.2 73.82 -
YUV 180.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 155 186 219 0.29 0.15 0 0.14 210.94 0.47 0.73
Hex 9B BA DB 1D F 0 E D3 2F 49
Octal 233 272 333 35 17 0 16 323 57 111
Binary 10011011 10111010 11011011 11101 1111 0 1110 11010011 101111 1001001

Color Harmonies of #9BBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBADB

Black with #9BBADB

Text Example


Text Example

White with #9BBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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