#9BBDD8

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

Shades of Light Steel Blue #9BBDD8

Tints of Light Steel Blue #9BBDD8

Color information

#9BBDD8 (or 0x9BBDD8) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BD and D8. RGB value is (155,189,216). Sum of RGB (Red+Green+Blue) = 155+189+216=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDD8 is #644227. Grayscale: #B5B5B5. Windows color (decimal): -6570536 or 14204315. OLE color: 14204315.

HSL color Cylindrical-coordinate representation of color #9BBDD8: hue angle of 206.56º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBDD8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155189216-
CMYK0.280.1200.15
HSL206.56º43.88%72.75%-
HSV(B)206.56º28.24%84.71%-
XYZ44.1148.3271.97-
YUV181.91147.24108.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=27.68%
G=33.75%
B=38.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551892160.280.1200.15206.5643.8872.75
Hex9BBDD81CC0Fcf2c49
Octal233275330341401731754111
Binary10011011101111011101100011100110001111110011111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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