#9BBDE4

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

Shades of Light Steel Blue #9BBDE4

Tints of Light Steel Blue #9BBDE4

Color information

#9BBDE4 (or 0x9BBDE4) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BD and E4. RGB value is (155,189,228). Sum of RGB (Red+Green+Blue) = 155+189+228=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #9BBDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDE4 is #64421B. Grayscale: #B7B7B7. Windows color (decimal): -6570524 or 14990747. OLE color: 14990747.

HSL color Cylindrical-coordinate representation of color #9BBDE4: hue angle of 212.05º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BBDE4 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB155189228-
CMYK0.320.1700.11
HSL212.05º57.48%75.1%-
HSV(B)212.05º32.02%89.41%-
XYZ45.7248.9780.44-
YUV183.28153.24107.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.10%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=27.10%
G=33.04%
B=39.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1551892280.320.1700.11212.0557.4875.1
Hex9BBDE420110Bd4394b
Octal233275344402101332471113
Binary1001101110111101111001001000001000101011110101001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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