#9BB8DE

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

Shades of Light Steel Blue #9BB8DE

Tints of Light Steel Blue #9BB8DE

Color information

#9BB8DE (or 0x9BB8DE) is unknown color: approx Light Steel Blue. HEX triplet: 9B, B8 and DE. RGB value is (155,184,222). Sum of RGB (Red+Green+Blue) = 155+184+222=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BB8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8DE is #644721. Grayscale: #B3B3B3. Windows color (decimal): -6571810 or 14596251. OLE color: 14596251.

HSL color Cylindrical-coordinate representation of color #9BB8DE: hue angle of 214.03º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BB8DE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155184222-
CMYK0.300.1700.13
HSL214.03º50.38%73.92%-
HSV(B)214.03º30.18%87.06%-
XYZ43.8446.5275.78-
YUV179.66151.89110.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=27.63%
G=32.80%
B=39.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551842220.300.1700.13214.0350.3873.92
Hex9BB8DE1E110Dd6324a
Octal233270336362101532662112
Binary100110111011100011011110111101000101101110101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,184,222); }

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

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

 a { background-color: rgb(155,184,222); }

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

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

 span { border-color: rgb(155,184,222); }

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