#9CBADF

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

Shades of Light Steel Blue #9CBADF

Tints of Light Steel Blue #9CBADF

Color information

#9CBADF (or 0x9CBADF) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BA and DF. RGB value is (156,186,223). Sum of RGB (Red+Green+Blue) = 156+186+223=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADF is #634520. Grayscale: #B5B5B5. Windows color (decimal): -6505761 or 14662300. OLE color: 14662300.

HSL color Cylindrical-coordinate representation of color #9CBADF: hue angle of 213.13º degrees, saturation: 0.51, 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 #9CBADF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156186223-
CMYK0.300.1700.13
HSL213.13º51.15%74.31%-
HSV(B)213.13º30.04%87.45%-
XYZ44.5947.5176.63-
YUV181.25151.56109.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.61%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=27.61%
G=32.92%
B=39.47%

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
Decimal1561862230.300.1700.13213.1351.1574.31
Hex9CBADF1E110Dd5334a
Octal234272337362101532563112
Binary100111001011101011011111111101000101101110101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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