#9BBAE5

Color #9BBAE5 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9BBAE5

Tints of Light Steel Blue #9BBAE5

Color information

#9BBAE5 (or 0x9BBAE5) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BA and E5. RGB value is (155,186,229). Sum of RGB (Red+Green+Blue) = 155+186+229=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #9BBAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAE5 is #64451A. Grayscale: #B5B5B5. Windows color (decimal): -6571291 or 15055515. OLE color: 15055515.

HSL color Cylindrical-coordinate representation of color #9BBAE5: hue angle of 214.86º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BBAE5 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB155186229-
CMYK0.320.1900.10
HSL214.86º58.73%75.29%-
HSV(B)214.86º32.31%89.8%-
XYZ45.2247.7480.96-
YUV181.63154.73109-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.19%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 229 (89.84% from 255) = 40.18%
R=27.19%
G=32.63%
B=40.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1551862290.320.1900.10214.8658.7375.29
Hex9BBAE520130Ad73b4b
Octal233272345402301232773113
Binary1001101110111010111001011000001001101010110101111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BBAE5;
 }
 .AnyTagClassName
 {
   color: #9BBAE5;
 }
</style>
background-color css

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

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

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

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

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

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