#9BBAE0

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

Shades of Light Steel Blue #9BBAE0

Tints of Light Steel Blue #9BBAE0

Color information

#9BBAE0 (or 0x9BBAE0) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BA and E0. RGB value is (155,186,224). Sum of RGB (Red+Green+Blue) = 155+186+224=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BBAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAE0 is #64451F. Grayscale: #B4B4B4. Windows color (decimal): -6571296 or 14727835. OLE color: 14727835.

HSL color Cylindrical-coordinate representation of color #9BBAE0: hue angle of 213.04º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBAE0 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155186224-
CMYK0.310.1700.12
HSL213.04º52.67%74.31%-
HSV(B)213.04º30.8%87.84%-
XYZ44.5347.4777.34-
YUV181.06152.23109.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=27.43%
G=32.92%
B=39.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551862240.310.1700.12213.0452.6774.31
Hex9BBAE01F110Cd5354a
Octal233272340372101432565112
Binary100110111011101011100000111111000101100110101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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