Html Css Color HEX #9BBAD5 Light Steel Blue

📋 copy color: '#9BBAD5'

red 155 ◦ green 186 ◦ blue 213

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

Shades of Light Steel Blue #9BBAD5

Tints of Light Steel Blue #9BBAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 27.98%
G = 33.57%
B = 38.45%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9BBAD5 (or 0x9BBAD5) is known color: Light Steel Blue. HEX triplet: 9B, BA and D5. RGB value is (155,186,213). Sum of RGB (Red+Green+Blue) = 155+186+213=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BBAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAD5 is #64452A. Grayscale: #B3B3B3. Windows color (decimal): -6571307 or 14006939. OLE color: 14006939.

HSL color Cylindrical-coordinate representation of color #9BBAD5: hue angle of 207.93º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BBAD5 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 186 213 -
CMYK 0.27 0.13 0 0.16
HSL 207.93º 0.41% 0.72% -
HSV(B) 207.93º 0.27% 0.84% -
XYZ 43.09 46.89 69.73 -
YUV 179.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 155 186 213 0.27 0.13 0 0.16 207.93 0.41 0.72
Hex 9B BA D5 1B D 0 10 D0 29 48
Octal 233 272 325 33 15 0 20 320 51 110
Binary 10011011 10111010 11010101 11011 1101 0 10000 11010000 101001 1001000

Color Harmonies of #9BBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAD5

Black with #9BBAD5

Text Example


Text Example

White with #9BBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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