#9CBAD7

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

Shades of Light Steel Blue #9CBAD7

Tints of Light Steel Blue #9CBAD7

Color information

#9CBAD7 (or 0x9CBAD7) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BA and D7. RGB value is (156,186,215). Sum of RGB (Red+Green+Blue) = 156+186+215=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #9CBAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAD7 is #634528. Grayscale: #B4B4B4. Windows color (decimal): -6505769 or 14138012. OLE color: 14138012.

HSL color Cylindrical-coordinate representation of color #9CBAD7: hue angle of 209.49º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBAD7 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156186215-
CMYK0.270.1300.16
HSL209.49º42.45%72.75%-
HSV(B)209.49º27.44%84.31%-
XYZ43.5347.0971.09-
YUV180.34147.56110.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.01%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=28.01%
G=33.39%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561862150.270.1300.16209.4942.4572.75
Hex9CBAD71BD010d12a49
Octal234272327331502032152111
Binary100111001011101011010111110111101010000110100011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,215); }

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

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

 a { background-color: rgb(156,186,215); }

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

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

 span { border-color: rgb(156,186,215); }

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