#9BBDE1

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

Shades of Light Steel Blue #9BBDE1

Tints of Light Steel Blue #9BBDE1

Color information

#9BBDE1 (or 0x9BBDE1) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BD and E1. RGB value is (155,189,225). Sum of RGB (Red+Green+Blue) = 155+189+225=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #9BBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDE1 is #64421E. Grayscale: #B6B6B6. Windows color (decimal): -6570527 or 14794139. OLE color: 14794139.

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

Color convert

RGB155189225-
CMYK0.310.1600.12
HSL210.86º53.85%74.51%-
HSV(B)210.86º31.11%88.24%-
XYZ45.3148.878.27-
YUV182.94151.74108.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=27.24%
G=33.22%
B=39.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551892250.310.1600.12210.8653.8574.51
Hex9BBDE11F100Cd3364b
Octal233275341372001432366113
Binary100110111011110111100001111111000001100110100111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,225); }

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

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

 a { background-color: rgb(155,189,225); }

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

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

 span { border-color: rgb(155,189,225); }

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