#9CB8DF

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

Shades of Light Steel Blue #9CB8DF

Tints of Light Steel Blue #9CB8DF

Color information

#9CB8DF (or 0x9CB8DF) is unknown color: approx Light Steel Blue. HEX triplet: 9C, B8 and DF. RGB value is (156,184,223). Sum of RGB (Red+Green+Blue) = 156+184+223=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8DF is #634720. Grayscale: #B3B3B3. Windows color (decimal): -6506273 or 14661788. OLE color: 14661788.

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

Color convert

RGB156184223-
CMYK0.300.1700.13
HSL214.93º51.15%74.31%-
HSV(B)214.93º30.04%87.45%-
XYZ44.1746.6876.49-
YUV180.07152.22110.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=27.71%
G=32.68%
B=39.61%

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
Decimal1561842230.300.1700.13214.9351.1574.31
Hex9CB8DF1E110Dd7334a
Octal234270337362101532763112
Binary100111001011100011011111111101000101101110101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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